gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taldir] branch master updated: this is not actually part of gnune


From: gnunet
Subject: [taler-taldir] branch master updated: this is not actually part of gnunet-go, I only borrowed the license header.
Date: Wed, 06 Jul 2022 23:51:00 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new 9669c7f  this is not actually part of gnunet-go, I only borrowed the 
license header.
9669c7f is described below

commit 9669c7f6441a25f0c5a3e9ffebbeff96b486a26d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jul 6 23:50:57 2022 +0200

    this is not actually part of gnunet-go, I only borrowed the license header.
---
 cmd/taldir-cli/main.go         | 9 +++++----
 cmd/taldir-server/main.go      | 8 ++++----
 cmd/taldir-server/main_test.go | 8 ++++----
 cmd/taldir-server/taldir.go    | 8 ++++----
 util/helper.go                 | 2 +-
 5 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/cmd/taldir-cli/main.go b/cmd/taldir-cli/main.go
index 02068d6..5ab95b2 100644
--- a/cmd/taldir-cli/main.go
+++ b/cmd/taldir-cli/main.go
@@ -1,12 +1,12 @@
-// This file is part of gnunet-go, a GNUnet-implementation in Golang.
-// Copyright (C) 2019-2022 Bernd Fix  >Y<
+// This file is part of taldir, the Taler Directory implementation.
+// Copyright (C) 2022 Martin Schanzenbach
 //
-// gnunet-go is free software: you can redistribute it and/or modify it
+// Taldir 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.
 //
-// gnunet-go is distributed in the hope that it will be useful, but
+// Taldir 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.
@@ -16,6 +16,7 @@
 //
 // SPDX-License-Identifier: AGPL3.0-or-later
 
+
 package main
 
 import (
diff --git a/cmd/taldir-server/main.go b/cmd/taldir-server/main.go
index 38261f1..1fe4565 100644
--- a/cmd/taldir-server/main.go
+++ b/cmd/taldir-server/main.go
@@ -1,12 +1,12 @@
-// This file is part of gnunet-go, a GNUnet-implementation in Golang.
-// Copyright (C) 2019-2022 Bernd Fix  >Y<
+// This file is part of taldir, the Taler Directory implementation.
+// Copyright (C) 2022 Martin Schanzenbach
 //
-// gnunet-go is free software: you can redistribute it and/or modify it
+// Taldir 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.
 //
-// gnunet-go is distributed in the hope that it will be useful, but
+// Taldir 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.
diff --git a/cmd/taldir-server/main_test.go b/cmd/taldir-server/main_test.go
index ec13af1..3d4b434 100644
--- a/cmd/taldir-server/main_test.go
+++ b/cmd/taldir-server/main_test.go
@@ -1,12 +1,12 @@
-// This file is part of gnunet-go, a GNUnet-implementation in Golang.
-// Copyright (C) 2019-2022 Bernd Fix  >Y<
+// This file is part of taldir, the Taler Directory implementation.
+// Copyright (C) 2022 Martin Schanzenbach
 //
-// gnunet-go is free software: you can redistribute it and/or modify it
+// Taldir 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.
 //
-// gnunet-go is distributed in the hope that it will be useful, but
+// Taldir 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.
diff --git a/cmd/taldir-server/taldir.go b/cmd/taldir-server/taldir.go
index 3d22853..4bbccb4 100644
--- a/cmd/taldir-server/taldir.go
+++ b/cmd/taldir-server/taldir.go
@@ -1,12 +1,12 @@
-// This file is part of gnunet-go, a GNUnet-implementation in Golang.
-// Copyright (C) 2019-2022 Bernd Fix  >Y<
+// This file is part of taldir, the Taler Directory implementation.
+// Copyright (C) 2022 Martin Schanzenbach
 //
-// gnunet-go is free software: you can redistribute it and/or modify it
+// Taldir 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.
 //
-// gnunet-go is distributed in the hope that it will be useful, but
+// Taldir 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.
diff --git a/util/helper.go b/util/helper.go
index d2f7a49..29dda62 100644
--- a/util/helper.go
+++ b/util/helper.go
@@ -1,5 +1,5 @@
 // This file is part of taldir, the Taler Directory implementation.
-// Copyright (C) 2022 Martin Schanzenbach  >Y<
+// Copyright (C) 2022 Martin Schanzenbach
 //
 // Taldir is free software: you can redistribute it and/or modify it
 // under the terms of the GNU Affero General Public License as published

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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