From 103fb0e99976aa46d849e9424ec83f7f4d2f5f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 26 Feb 2018 20:38:54 +0100 Subject: [PATCH] Update copyright date. --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index b7593a1..5defb90 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, rejectedsoftware e.K." +copyright "Copyright © 2016-2018, rejectedsoftware e.K." license "MIT" dependency "eventcore" version="~>0.8.18"