licensePattern.xml 792 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. Copyright 2018 Scytl Secure Electronic Voting SA
  4. All rights reserved
  5. See our extended copyright notice in *file 'Copyright.txt'
  6. which is part of this source code package
  7. -->
  8. <additionalHeaders>
  9. <javadoc_style>
  10. <firstLine>/*</firstLine>
  11. <beforeEachLine> * </beforeEachLine>
  12. <endLine> */EOL</endLine>
  13. <afterEachLine> * </afterEachLine>
  14. <!--skipLine></skipLine-->
  15. <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
  16. <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
  17. <allowBlankLines>true</allowBlankLines>
  18. <isMultiline>true</isMultiline>
  19. <padLines>false</padLines>
  20. </javadoc_style>
  21. </additionalHeaders>