From 06f188572d3f0b65b8cc74746e1567ecaa11e82a Mon Sep 17 00:00:00 2001 From: dankito Date: Sun, 17 May 2020 12:10:10 +0200 Subject: [PATCH] Added license --- LICENSE.md | 16 ++++++++++++++++ README.md | 7 +++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..db3444a8 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,16 @@ +This program is offered under a commercial and under the AGPL license. +For commercial licensing, contact us at sales@dankito.net. For AGPL licensing, see below. + +AGPL licensing: +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +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 Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . \ No newline at end of file diff --git a/README.md b/README.md index dde14519..2f047a0a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ fints4k uses slf4j as logging facade. So you can use any logger that supports slf4j, like Logback and log4j, to configure and get fints4k's log output. ## License -tbd. -In short: Non commercial projects can use it absolutely for free, commercial projects have to pay. \ No newline at end of file +fints4k is dual licensed as [AGPL](LICENSE.md) / commercial software. + +AGPL is a free open source software license. + +If you want to use it in closed source applications [contact](mailto:sales@dankito.net) us. \ No newline at end of file