From f324a2dc77a0bdc833a016576558ef9bc0eeac9c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 13 Jun 2020 13:51:47 +0530 Subject: formatting / headers --- nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt') diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt index 16c30ed3..7513e120 100644 --- a/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt +++ b/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt @@ -1,3 +1,22 @@ +/* + * This file is part of LibEuFin. + * Copyright (C) 2020 Taler Systems S.A. + * + * 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 + * + */ + package tech.libeufin.nexus import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper -- cgit v1.2.3