libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit aaa7adad10680c472923786e490c829a55a70c90
parent 5818bd62f3eefdf7ac7937e606490a8b90b15a99
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 12 Sep 2019 16:52:18 +0200

Copyright header.

Diffstat:
Msrc/main/kotlin/Main.kt | 22++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt @@ -1,3 +1,22 @@ +/** + * This file is part of LIBEUFIN. + * Copyright (C) 2019 Stanisci and Dold. + + * LIBEUFIN 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, or + * (at your option) any later version. + + * LIBEUFIN 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 LIBEUFIN; see the file COPYING. If not, see + * <http://www.gnu.org/licenses/> + */ + package tech.libeufin import io.ktor.application.* @@ -16,4 +35,4 @@ fun main(args: Array<String>) { } } server.start(wait = true) -} -\ No newline at end of file +}