Ignore:
Timestamp:
2023-10-10T18:04:41+02:00 (2 years ago)
Author:
stoecker
Message:

allow PD license, cut long line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/checkstyle-config.xml

    r35255 r36165  
    103103    </module>
    104104  </module>
    105   <module name="Header">
    106     <property name="header" value="// License: GPL. For details, see LICENSE file."/>
     105  <module name="RegexpHeader">
     106    <property name="header" value="// License: (GPL|Public Domain)\. For details, see LICENSE file\."/>
    107107    <property name="fileExtensions" value=".java"/>
    108108  </module>
Note: See TracChangeset for help on using the changeset viewer.