licenseTemplate.ftl 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <#function artifactFormat p>
  2. <#if p.name?index_of('Unnamed') &gt; -1>
  3. <#return p.artifactId + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + " - {{\\field{\\*\\fldinst{HYPERLINK " + (p.url!"no url defined") + "}}{\\fldrslt{" + (p.url!"no url defined") + "\\ul0\\cf0}}}}\\f0\\fs16 ) ">
  4. <#else>
  5. <#return p.name + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + " - {{\\field{\\*\\fldinst{HYPERLINK " + (p.url!"no url defined") + "}}{\\fldrslt{" + (p.url!"no url defined") + "\\ul0\\cf0}}}}\\f0\\fs16 ) ">
  6. </#if>
  7. </#function>
  8. {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Segoe UI;}}
  9. {\colortbl ;\red0\green0\blue255;}
  10. \vieww12000\viewh15840\viewkind0
  11. \pard\tx283\tx567\tx850\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\b\fs16\lang7 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.\b0\par
  12. \par
  13. \b\'a9 2016 \'96 2022 Skymatic GmbH \b0\par
  14. \par
  15. 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.\par
  16. \par
  17. 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.\par
  18. \par
  19. 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/\ul0\cf0}}}}\f0\fs16 .\par
  20. \par
  21. \b Cryptomator uses ${dependencyMap?size} third-party dependencies under the following licenses:\b0\par
  22. <#list licenseMap as e>
  23. <#assign license = e.getKey()/>
  24. <#assign projects = e.getValue()/>
  25. <#if projects?size &gt; 0>
  26. \tab ${license}:\par
  27. <#list projects as project>
  28. \tab\tab - ${artifactFormat(project)}\par
  29. </#list>
  30. </#if>
  31. </#list>
  32. \par
  33. \b Cryptomator uses other third-party assets under the following licenses:\b0\par
  34. \tab SIL OFL 1.1 License:\par
  35. \tab\tab - Font Awesome 5.12.0 ({{\field{\*\fldinst{HYPERLINK https://fontawesome.com/ }}{\fldrslt{https://fontawesome.com/\ul0\cf0}}}}\f0\fs16 )\b\par
  36. \par
  37. \b Cryptomator dynamically links to third-party libraries under the following license:\b0\par
  38. \tab Uncategorized License:\par
  39. \tab\tab - WinFsp - Windows File System Proxy, Copyright (C) Bill Zissimopoulos ({{\field{\*\fldinst{HYPERLINK https://github.com/billziss-gh/winfsp }}{\fldrslt{https://github.com/billziss-gh/winfsp\ul0\cf0}}}}\f0\fs16 )\b\par
  40. }