You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

licenseheader.txt 1.4KB

12345678910111213141516171819202122232425
  1. <#if licenseFirst??>
  2. ${licenseFirst}
  3. </#if>
  4. ${licensePrefix}Copyright (c) 2006-2017 DMDirc Developers
  5. ${licensePrefix}
  6. ${licensePrefix}Permission is hereby granted, free of charge, to any person obtaining a copy
  7. ${licensePrefix}of this software and associated documentation files (the "Software"), to deal
  8. ${licensePrefix}in the Software without restriction, including without limitation the rights
  9. ${licensePrefix}to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  10. ${licensePrefix}copies of the Software, and to permit persons to whom the Software is
  11. ${licensePrefix}furnished to do so, subject to the following conditions:
  12. ${licensePrefix}
  13. ${licensePrefix}The above copyright notice and this permission notice shall be included in
  14. ${licensePrefix}all copies or substantial portions of the Software.
  15. ${licensePrefix}
  16. ${licensePrefix}THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. ${licensePrefix}IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. ${licensePrefix}FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19. ${licensePrefix}AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. ${licensePrefix}LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  21. ${licensePrefix}OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  22. ${licensePrefix}SOFTWARE.
  23. <#if licenseLast??>
  24. ${licenseLast}
  25. </#if>