summary refs log tree commit diff stats
path: root/lib/wrappers/libuv.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-06-20 23:24:21 +0200
committerAraq <rumpf_a@web.de>2015-06-20 23:24:21 +0200
commit87f65f5e72148d6b44e09cfd4834c9366bfacd4c (patch)
tree34778aef8b91ae168a9a74f9e24c96497c58f7d9 /lib/wrappers/libuv.nim
parente74012b3967476a9bb19073daa4f6d8e061fe60a (diff)
downloadNim-87f65f5e72148d6b44e09cfd4834c9366bfacd4c.tar.gz
preparations for more Nimble packages; clear licensing; fixes #2949
Diffstat (limited to 'lib/wrappers/libuv.nim')
-rw-r--r--lib/wrappers/libuv.nim11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/wrappers/libuv.nim b/lib/wrappers/libuv.nim
index 0cb14fb2b..3e28815ad 100644
--- a/lib/wrappers/libuv.nim
+++ b/lib/wrappers/libuv.nim
@@ -1,3 +1,12 @@
+#
+#
+#            Nim's Runtime Library
+#        (c) Copyright 2015 Andreas Rumpf
+#
+#    See the file "copying.txt", included in this
+#    distribution, for details about the copyright.
+#
+
 ## libuv is still fast moving target
 ## This file was last updated against a development HEAD revision of https://github.com/joyent/libuv/
 
@@ -136,7 +145,7 @@ type
     fs_event_init* {.importc: "fs_event_init".}: uint64
 
   Loop* {.pure, final, importc: "uv_loop_t", header: "uv.h".} = object
-    # ares_handles_* {.importc: "uv_ares_handles_".}: pointer # XXX: This seems to be a private field? 
+    # ares_handles_* {.importc: "uv_ares_handles_".}: pointer # XXX: This seems to be a private field?
     eio_want_poll_notifier* {.importc: "uv_eio_want_poll_notifier".}: TAsync
     eio_done_poll_notifier* {.importc: "uv_eio_done_poll_notifier".}: TAsync
     eio_poller* {.importc: "uv_eio_poller".}: TIdle