File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -418,7 +418,8 @@ jar --describe-module --file target/jlmap-vaadin-2.0.0.jar
418418
419419## License
420420
421- This project is licensed under the GNU General Public License v3.0 - see the [ LICENSE] ( LICENSE ) file for details.
421+ Since v2.0.0 This project is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1 - see
422+ the [ LICENSE] ( LICENSE ) file for details.
422423
423424## Author
424425
Original file line number Diff line number Diff line change 1515 <name >Java Leaflet (JLeaflet) - API</name >
1616 <description >Abstraction layer for Java Leaflet map components</description >
1717
18+ <licenses >
19+ <license >
20+ <name >GNU Lesser General Public License (LGPL) Version 2.1 or later</name >
21+ <url >https://www.gnu.org/licenses/lgpl-2.1.html</url >
22+ <distribution >https://github.com/makbn/java_leaflet</distribution >
23+ </license >
24+ </licenses >
25+
1826 <properties >
1927 <maven .compiler.source>17</maven .compiler.source>
2028 <maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change 1515 <name >Java Leaflet (JLeaflet) - JavaFX Implementation</name >
1616 <description >JavaFX implementation for Java Leaflet map components</description >
1717
18+ <licenses >
19+ <license >
20+ <name >GNU Lesser General Public License (LGPL) Version 2.1 or later</name >
21+ <url >https://www.gnu.org/licenses/lgpl-2.1.html</url >
22+ <distribution >https://github.com/makbn/java_leaflet</distribution >
23+ </license >
24+ </licenses >
25+
1826 <properties >
1927 <maven .compiler.source>17</maven .compiler.source>
2028 <maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change 88 <packaging >jar</packaging >
99 <name >Java Leaflet (JLeaflet) - Vaadin Demo</name >
1010
11+ <licenses >
12+ <license >
13+ <name >GNU Lesser General Public License (LGPL) Version 2.1 or later</name >
14+ <url >https://www.gnu.org/licenses/lgpl-2.1.html</url >
15+ <distribution >https://github.com/makbn/java_leaflet</distribution >
16+ </license >
17+ </licenses >
1118
1219 <properties >
1320 <java .version>17</java .version>
Original file line number Diff line number Diff line change @@ -83,8 +83,4 @@ public class MyView extends VerticalLayout implements OnJLMapViewListener {
8383
8484## Demo Application
8585
86- A demo application is included in the ` io.github.makbn.jlmap.vaadin.demo ` package. You can run it to see the Vaadin implementation in action.
87-
88- ## License
89-
90- This project is licensed under the GNU General Public License, Version 3.0 - see the LICENSE file for details.
86+ A demo application is included in the ` io.github.makbn.jlmap.vaadin.demo ` package. You can run it to see the Vaadin implementation in action.
Original file line number Diff line number Diff line change 1515 <name >Java Leaflet (JLeaflet) - Vaadin Implementation</name >
1616 <description >Vaadin implementation for Java Leaflet map components</description >
1717
18+ <licenses >
19+ <license >
20+ <name >GNU Lesser General Public License (LGPL) Version 2.1 or later</name >
21+ <url >https://www.gnu.org/licenses/lgpl-2.1.html</url >
22+ <distribution >https://github.com/makbn/java_leaflet</distribution >
23+ </license >
24+ </licenses >
25+
1826 <properties >
1927 <maven .compiler.source>17</maven .compiler.source>
2028 <maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change 3232
3333 <developers >
3434 <developer >
35- <name >Mehdi Akbarian Rastaghi</name >
35+ <name >Matt Akbarian Rastaghi</name >
3636 <id >makbn</id >
3737 <email >mehdi74akbarian@gmail.com</email >
3838 </developer >
3939 </developers >
4040
4141 <licenses >
4242 <license >
43- <name >GNU General Public License, Version 3.0 </name >
44- <url >https://www.gnu.org/licenses/gpl-3.0 .html</url >
45- <distribution >repo </distribution >
43+ <name >GNU Lesser General Public License (LGPL) Version 2.1 or later </name >
44+ <url >https://www.gnu.org/licenses/lgpl-2.1 .html</url >
45+ <distribution >https://github.com/makbn/java_leaflet </distribution >
4646 </license >
4747 </licenses >
4848
You can’t perform that action at this time.
0 commit comments