From 3f31395d502edc1b784bb41a685a6d567f321efe Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 21 Jul 2016 08:53:10 +0100 Subject: [PATCH] Add copyright header --- lib/pure/oswalkdir.nim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/pure/oswalkdir.nim b/lib/pure/oswalkdir.nim index 000fe25a39..23ca0566a9 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.