diff options
author | def <dennis@felsin9.de> | 2015-02-03 17:29:09 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-02-03 17:51:15 +0100 |
commit | 3b68d9e93c603117a301aa5048bfd61774434eb2 (patch) | |
tree | 1c71c0eedb5921f09418a430d4a5902770f0a329 /lib/posix | |
parent | b594c332cacf5294d8d6e3139f3100a307567ed4 (diff) | |
download | Nim-3b68d9e93c603117a301aa5048bfd61774434eb2.tar.gz |
Add copyright header
Diffstat (limited to 'lib/posix')
-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 |