summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-07-21 10:36:37 +0200
committerGitHub <noreply@github.com>2016-07-21 10:36:37 +0200
commitcf8ee366d10e7e43ab4eae1578367b6a2f02e49c (patch)
tree67558ca2523e63d39c36cfc3bd7ea57dbc872e31 /lib/pure
parentc3111760e79dc58af511d78df340287f6ef6a2ce (diff)
parenta0dc9f57cbd886cf4aa546d8fb0de8e69e8641ef (diff)
downloadNim-cf8ee366d10e7e43ab4eae1578367b6a2f02e49c.tar.gz
Merge pull request #4506 from FedericoCeratto/patch-12
Add copyright header
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/punycode.nim8
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