From e7eab49e14e4764cecaf6e415d71556238f5642b Mon Sep 17 00:00:00 2001 From: def Date: Tue, 3 Feb 2015 17:29:09 +0100 Subject: [PATCH] Add copyright header --- lib/posix/termios.nim | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/posix/termios.nim b/lib/posix/termios.nim index 492a1456f4..88aed73c8d 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