taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

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

this is not actually part of gnunet-go, I only borrowed the license header.

Diffstat:
Mcmd/taldir-cli/main.go | 9+++++----
Mcmd/taldir-server/main.go | 8++++----
Mcmd/taldir-server/main_test.go | 8++++----
Mcmd/taldir-server/taldir.go | 8++++----
Mutil/helper.go | 2+-
5 files changed, 18 insertions(+), 17 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -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