1
0

NB-license.txt 1.1 KB

1234567891011121314151617181920
  1. <#if licenseFirst??>
  2. ${licenseFirst}
  3. </#if>
  4. ${licensePrefix}Copyright (C) ${date?date?string("yyyy")} ${project.organization!user}
  5. ${licensePrefix?replace(" +$", "", "r")}
  6. ${licensePrefix}This program is free software: you can redistribute it and/or modify
  7. ${licensePrefix}it under the terms of the GNU General Public License as published by
  8. ${licensePrefix}the Free Software Foundation, either version 3 of the License, or
  9. ${licensePrefix}(at your option) any later version.
  10. ${licensePrefix?replace(" +$", "", "r")}
  11. ${licensePrefix}This program is distributed in the hope that it will be useful,
  12. ${licensePrefix}but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ${licensePrefix}MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. ${licensePrefix}GNU General Public License for more details.
  15. ${licensePrefix?replace(" +$", "", "r")}
  16. ${licensePrefix}You should have received a copy of the GNU General Public License
  17. ${licensePrefix}along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. <#if licenseLast??>
  19. ${licenseLast}
  20. </#if>