summary refs log tree commit diff stats
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-03 17:29:09 +0100
committerdef <dennis@felsin9.de>2015-02-03 17:29:09 +0100
commite7eab49e14e4764cecaf6e415d71556238f5642b (patch)
treeb78a87a78682a137be2701371fb698996f0645ce
parentf3124e6de43fd98800c32cdfc956134ab00cb1a4 (diff)
downloadNim-e7eab49e14e4764cecaf6e415d71556238f5642b.tar.gz
Add copyright header
-rw-r--r--lib/posix/termios.nim9
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