Skip to content

Commit

Permalink
Added license
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Mar 17, 2015
1 parent f7593df commit f65bb6d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions license.txt
@@ -0,0 +1,20 @@
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright (C) 2014-${date?date?string("yyyy")} OpenKeeper
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}OpenKeeper is free software: you can redistribute it and/or modify
${licensePrefix}it under the terms of the GNU General Public License as published by
${licensePrefix}the Free Software Foundation, either version 3 of the License, or
${licensePrefix}(at your option) any later version.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}OpenKeeper is distributed in the hope that it will be useful,
${licensePrefix}but WITHOUT ANY WARRANTY; without even the implied warranty of
${licensePrefix}MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
${licensePrefix}GNU General Public License for more details.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}You should have received a copy of the GNU General Public License
${licensePrefix}along with OpenKeeper. If not, see <http://www.gnu.org/licenses/>.
<#if licenseLast??>
${licenseLast}
</#if>
1 change: 1 addition & 0 deletions nbproject/project.properties
Expand Up @@ -84,3 +84,4 @@ run.test.classpath=\
${build.test.classes.dir}
source.encoding=UTF-8
src.dir=src
project.license=gpl30-openkeeper

0 comments on commit f65bb6d

Please sign in to comment.