Changeset 19040 in josm


Ignore:
Timestamp:
2024-04-16T09:26:09+02:00 (3 weeks ago)
Author:
stoecker
Message:

add gpl to ant build, see #23552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r18985 r19040  
    173173        <copy file="README" todir="${build.dir}"/>
    174174        <copy file="LICENSE" todir="${build.dir}"/>
     175        <copy file="gpl-2.0.txt" todir="${build.dir}"/>
     176        <copy file="gpl-3.0.txt" todir="${build.dir}"/>
    175177        <!-- create josm-custom.jar -->
    176178        <delete file="${dist.jar}"/>
Note: See TracChangeset for help on using the changeset viewer.