LICENCE added

This commit is contained in:
F. Y. H. 2023-07-09 02:30:41 +02:00
parent 698eb778d8
commit ea2b75d6da
Signed by: Alnotz
GPG key ID: B808CA1113935C00
2 changed files with 20 additions and 6 deletions

View file

@ -4,10 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="368303c6-28f7-4db0-afac-e5679385c10c" name="Changes" comment="README added">
<change afterPath="$PROJECT_DIR$/.idea/copyright/GNUGPL3.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/copyright/profiles_settings.xml" afterDir="false" />
<list default="true" id="368303c6-28f7-4db0-afac-e5679385c10c" name="Changes" comment="LICENCE added">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -106,7 +105,15 @@
<option name="project" value="LOCAL" />
<updated>1688858697683</updated>
</task>
<option name="localTasksCounter" value="4" />
<task id="LOCAL-00004" summary="LICENCE added">
<option name="closed" value="true" />
<created>1688860674555</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1688860674555</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -124,7 +131,8 @@
<MESSAGE value="New project" />
<MESSAGE value="Scene adjusted" />
<MESSAGE value="README added" />
<option name="LAST_COMMIT_MESSAGE" value="README added" />
<MESSAGE value="LICENCE added" />
<option name="LAST_COMMIT_MESSAGE" value="LICENCE added" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />

View file

@ -4,7 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.alnotz</groupId>
<artifactId>jfxui</artifactId>
<version>0.1</version>
<version>1.0</version>
<licenses>
<license>
<name>GPL-3.0-or-later</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>