From e26138da31581c7210e21c9d542b07ee57d97632 Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Fri, 1 Dec 2023 09:38:29 +0100 Subject: [PATCH] it's ours --- vdr/didweb/manager_test.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/vdr/didweb/manager_test.go b/vdr/didweb/manager_test.go index ef0587f697..c25839a91a 100644 --- a/vdr/didweb/manager_test.go +++ b/vdr/didweb/manager_test.go @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2023 Nuts community + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + */ + package didweb import (