Fixed copyright in timer.nim.

This commit is contained in:
cheatfate 2018-06-06 03:22:28 +03:00
parent 7fda9936d8
commit c4ae650c34
1 changed files with 7 additions and 5 deletions

View File

@ -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.