Skip to content

Commit cce4d2f

Browse files
committed
Fix the license
1 parent cb0e5fe commit cce4d2f

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ nbactions.xml
1414
.project
1515
/.idea/
1616
/jca.iml
17+
release.properties

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@
3636
</repository>
3737
</repositories>
3838

39-
<organization>
40-
<name>EPICS</name>
41-
<url>http://www.aps.anl.gov/epics/</url>
42-
</organization>
39+
<licenses>
40+
<license>
41+
<name>EPICS Open License</name>
42+
<url>https://epics-controls.org/epics-open-license</url>
43+
<distribution>repo</distribution>
44+
<comments>The EPICS Open License for Java Channel Access</comments>
45+
</license>
46+
</licenses>
4347

4448
<developers>
4549
<developer>

0 commit comments

Comments
 (0)