diff options
-rw-r--r-- | lib/posix/termios.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/posix/termios.nim b/lib/posix/termios.nim index 492a1456f..88aed73c8 100644 --- a/lib/posix/termios.nim +++ b/lib/posix/termios.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. +# + {.deadCodeElim: on.} import posix |