diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-07-21 08:53:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 08:53:10 +0100 |
commit | 3f31395d502edc1b784bb41a685a6d567f321efe (patch) | |
tree | b9fdfa6ec1f57cf2106d95ca06757688d0bce870 /lib/pure | |
parent | 5f623ea9ef7fcd35fb6a5ae44074b8c66cb20fcf (diff) | |
download | Nim-3f31395d502edc1b784bb41a685a6d567f321efe.tar.gz |
Add copyright header
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/oswalkdir.nim | 8 |
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. |