summaryrefslogtreecommitdiff
path: root/nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-06-13 13:51:47 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-06-13 13:51:47 +0530
commitf324a2dc77a0bdc833a016576558ef9bc0eeac9c (patch)
tree20a3f8668ae5f7be85bccc0f7c3bb9433d97450a /nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt
parent0e0cc5586eef6fbe8827d5b19067bbbf6324f7ba (diff)
downloadlibeufin-f324a2dc77a0bdc833a016576558ef9bc0eeac9c.tar.gz
libeufin-f324a2dc77a0bdc833a016576558ef9bc0eeac9c.tar.bz2
libeufin-f324a2dc77a0bdc833a016576558ef9bc0eeac9c.zip
formatting / headers
Diffstat (limited to 'nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/taler.kt19
1 files changed, 19 insertions, 0 deletions
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
+ * <http://www.gnu.org/licenses/>
+ */
+
package tech.libeufin.nexus
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper