licenseTemplate.ftl 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <#function artifactFormat p>
  2. <#if p.name?index_of('Unnamed') &gt; -1>
  3. <#return "{\\field{\\*\\fldinst{HYPERLINK \"" + (p.url!"no url defined") + "\"}}{\\fldrslt " + p.artifactId + "}}" + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + ")">
  4. <#else>
  5. <#return "{\\field{\\*\\fldinst{HYPERLINK \"" + (p.url!"no url defined") + "\"}}{\\fldrslt " + p.name + "}}" + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + ")">
  6. </#if>
  7. </#function>
  8. {\rtf1\ansi\ansicpg1252\cocoartf2512
  9. \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;}
  10. {\colortbl;\red255\green255\blue255;}
  11. {\*\expandedcolortbl;;}
  12. \paperw11900\paperh16840\vieww12000\viewh15840\viewkind0
  13. \deftab720
  14. \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardeftab720\partightenfactor0
  15. \f0\b\fs24 \cf0 Cryptomator is distributed under the GPLv3 License, found below. Please see the bottom of this document for any other license applicable to code used within Cryptomator.
  16. \f1\b0 \
  17. \
  18. \f0\b \'a9 2016 \'96 2024 Skymatic GmbH
  19. \f1\b0 \
  20. \
  21. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\
  22. \
  23. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\
  24. \
  25. You should have received a copy of the GNU General Public License along with this program. If not, see {\field{\*\fldinst{HYPERLINK "http://www.gnu.org/licenses/"}}{\fldrslt http://www.gnu.org/licenses/}}.\
  26. \
  27. \f0\b Cryptomator uses ${dependencyMap?size} third-party dependencies under the following licenses:
  28. \f1\b0 \
  29. <#list licenseMap as e>
  30. <#assign license = e.getKey()/>
  31. <#assign projects = e.getValue()/>
  32. <#if projects?size &gt; 0>
  33. ${license}:\
  34. <#list projects as project>
  35. - ${artifactFormat(project)}\
  36. </#list>
  37. </#if>
  38. </#list>
  39. \
  40. \f0\b Cryptomator uses other third-party assets under the following licenses:
  41. \f1\b0 \
  42. SIL OFL 1.1 License:\
  43. - {\field{\*\fldinst{HYPERLINK "https://fontawesome.com/"}}{\fldrslt Font Awesome}} (5.12.0)\
  44. \
  45. }