Skip to content

Commit

Permalink
add license to pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Khouzam <[email protected]>
  • Loading branch information
MatthewKhouzam committed Mar 21, 2024
1 parent 0ba4711 commit 383cbec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<license.licenseName>MIT</license.licenseName>
</properties>

<developers>
Expand All @@ -24,7 +25,12 @@
<url>eclipse.dev/tracecompass</url>
</developer>
</developers>

<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/MIT</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 383cbec

Please sign in to comment.