diff options
-rw-r--r-- | lib/pure/punycode.nim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/pure/punycode.nim b/lib/pure/punycode.nim index 4f35de487..ab6501ed1 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 |