diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-07-21 08:52:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 08:52:39 +0100 |
commit | a0dc9f57cbd886cf4aa546d8fb0de8e69e8641ef (patch) | |
tree | f1a12f6fb6c4676c9d44f260d99b8437bc5396ea /lib/pure | |
parent | 5f623ea9ef7fcd35fb6a5ae44074b8c66cb20fcf (diff) | |
download | Nim-a0dc9f57cbd886cf4aa546d8fb0de8e69e8641ef.tar.gz |
Add copyright header
Diffstat (limited to 'lib/pure')
-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 |