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.