summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-07-21 08:53:10 +0100
committerGitHub <noreply@github.com>2016-07-21 08:53:10 +0100
commit3f31395d502edc1b784bb41a685a6d567f321efe (patch)
treeb9fdfa6ec1f57cf2106d95ca06757688d0bce870 /lib/pure
parent5f623ea9ef7fcd35fb6a5ae44074b8c66cb20fcf (diff)
downloadNim-3f31395d502edc1b784bb41a685a6d567f321efe.tar.gz
Add copyright header
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/oswalkdir.nim8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/pure/oswalkdir.nim b/lib/pure/oswalkdir.nim
index 000fe25a3..23ca0566a 100644
--- a/lib/pure/oswalkdir.nim
+++ b/lib/pure/oswalkdir.nim
@@ -1,3 +1,11 @@
+#
+#
+#            Nim's Runtime Library
+#        (c) Copyright 2015 Andreas Rumpf
+#
+#    See the file "copying.txt", included in this
+#    distribution, for details about the copyright.
+#
 
 ## Compile-time only version for walkDir if you need it at compile-time
 ## for JavaScript.