Skip to content

Commit

Permalink
adds pom.xml with license info (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
escherize authored Feb 23, 2024
1 parent 681312e commit 00a52e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
/classes
/config.edn
/lib
/pom.xml
/pom.xml.asc
/profiles.clj
/resources/public/js/main.js
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<licenses>
<license>
<name>Eclipse Public License 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
<distribution>repo</distribution>
<comments>An open source, community-driven license</comments>
</license>
</licenses>
</project>

0 comments on commit 00a52e0

Please sign in to comment.