Skip to content

Commit 1087520

Browse files
paodbmlopezFC
authored andcommitted
chore: update license headers
1 parent 253ae32 commit 1087520

File tree

24 files changed

+170
-56
lines changed

24 files changed

+170
-56
lines changed

src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMap.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import com.vaadin.flow.component.ClickEvent;

src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapMarker.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import com.vaadin.flow.component.ClickEvent;

src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPoint.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import com.vaadin.flow.component.Component;

src/main/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapPolygon.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import com.vaadin.flow.component.ClickEvent;

src/main/java/com/flowingcode/vaadin/addons/googlemaps/Icon.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import elemental.json.Json;

src/main/java/com/flowingcode/vaadin/addons/googlemaps/LatLon.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import java.io.Serializable;

src/main/java/com/flowingcode/vaadin/addons/googlemaps/Markers.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
public class Markers {

src/main/resources/META-INF/resources/frontend/googlemaps/geolocation.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*-
2+
* #%L
3+
* Google Maps Addon
4+
* %%
5+
* Copyright (C) 2020 - 2022 Flowing Code
6+
* %%
7+
* 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%
19+
*/
120
window.geolocation = {
221

322
get: function(map) {

src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons;
2122

2223
import com.vaadin.flow.component.html.Div;

src/test/java/com/flowingcode/vaadin/addons/googlemaps/AbstractGoogleMapsDemo.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
* #%L
33
* Google Maps Addon
44
* %%
5-
* Copyright (C) 2020 - 2021 Flowing Code
5+
* Copyright (C) 2020 - 2022 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
* #L%
1919
*/
20+
2021
package com.flowingcode.vaadin.addons.googlemaps;
2122

2223
import com.vaadin.flow.component.dependency.StyleSheet;

0 commit comments

Comments
 (0)