From c4ae650c34dbafa88936b8f2311e446a4ef3b1cb Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 6 Jun 2018 03:22:28 +0300 Subject: [PATCH] Fixed copyright in timer.nim. --- asyncdispatch2/timer.nim | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/asyncdispatch2/timer.nim b/asyncdispatch2/timer.nim index 3863ed53..a236c6ab 100644 --- a/asyncdispatch2/timer.nim +++ b/asyncdispatch2/timer.nim @@ -1,11 +1,13 @@ # +# Asyncdispatch2 Timer # -# nAIO -# (c) Copyright 2017 Eugene Kabanov -# -# See the file "LICENSE", included in this -# distribution, for details about the copyright. +# (c) Coprygith 2017 Eugene Kabanov +# (c) Copyright 2018 Status Research & Development GmbH # +# Licensed under either of +# Apache License, version 2.0, (LICENSE-APACHEv2) +# MIT license (LICENSE-MIT) + ## This module implements cross-platform system timer with ## milliseconds resolution.