Added license
This commit is contained in:
parent
d4b900b770
commit
06f188572d
|
@ -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 <https://www.gnu.org/licenses/>.
|
|
@ -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.
|
So you can use any logger that supports slf4j, like Logback and log4j, to configure and get fints4k's log output.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
tbd.
|
|
||||||
|
|
||||||
In short: Non commercial projects can use it absolutely for free, commercial projects have to pay.
|
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.
|
Loading…
Reference in New Issue