From a0dc9f57cbd886cf4aa546d8fb0de8e69e8641ef Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 21 Jul 2016 08:52:39 +0100 Subject: [PATCH] Add copyright header --- lib/pure/punycode.nim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/pure/punycode.nim b/lib/pure/punycode.nim index 4f35de4873..ab6501ed18 100644 --- a/lib/pure/punycode.nim +++ b/lib/pure/punycode.nim @@ -1,3 +1,11 @@ +# +# +# Nim's Runtime Library +# (c) Copyright 2016 Andreas Rumpf +# +# See the file "copying.txt", included in this +# distribution, for details about the copyright. +# import strutils import unicode