licensePattern.xml 788 B

123456789101112131415161718192021222324
  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' which is part of this source code package
  6. -->
  7. <additionalHeaders>
  8. <javadoc_style>
  9. <firstLine>/*</firstLine>
  10. <beforeEachLine> * </beforeEachLine>
  11. <endLine> */EOL</endLine>
  12. <afterEachLine> * </afterEachLine>
  13. <!--skipLine></skipLine-->
  14. <firstLineDetectionPattern>(\s|\t)*/\*.*$</firstLineDetectionPattern>
  15. <lastLineDetectionPattern>.*\*/(\s|\t)*$</lastLineDetectionPattern>
  16. <allowBlankLines>true</allowBlankLines>
  17. <isMultiline>true</isMultiline>
  18. <padLines>false</padLines>
  19. </javadoc_style>
  20. </additionalHeaders>