From d1340f9e107d5d6ccb7234fbe35066236bf86ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 17 Apr 2020 20:29:19 +0200 Subject: [PATCH] Update package copyright. --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index 1c96fcd..1dcfb87 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,7 +1,7 @@ name "vibe-core" description "The I/O core library of vibe.d." authors "Sönke Ludwig" -copyright "Copyright © 2016-2018, rejectedsoftware e.K." +copyright "Copyright © 2016-2020, Sönke Ludwig" license "MIT" dependency "eventcore" version="~>0.8.43"