gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-libeufin] 05/25: Copyright header.


From: gnunet
Subject: [GNUnet-SVN] [taler-libeufin] 05/25: Copyright header.
Date: Fri, 20 Sep 2019 19:32:43 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

commit aaa7adad10680c472923786e490c829a55a70c90
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Sep 12 16:52:18 2019 +0200

    Copyright header.
---
 src/main/kotlin/Main.kt | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt
index 7e203d7..b094f36 100644
--- 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
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]