summary refs log tree commit diff stats
path: root/lib/pure/parseurl.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-06 22:05:59 +0200
committerAraq <rumpf_a@web.de>2014-04-06 22:05:59 +0200
commit9840a6912d8ba4fd348f265fb8733c62ac578be4 (patch)
tree988b1a72eb902a4f63c4864713893cdf243eca4a /lib/pure/parseurl.nim
parent7c065bfadf472bd569773c98a50b8986136afb43 (diff)
parentb2fd5629830ccc30de723eba2fd1e93cb12b518e (diff)
downloadNim-9840a6912d8ba4fd348f265fb8733c62ac578be4.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'lib/pure/parseurl.nim')
-rw-r--r--lib/pure/parseurl.nim5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pure/parseurl.nim b/lib/pure/parseurl.nim
index 937f26f6f..357d1df0f 100644
--- a/lib/pure/parseurl.nim
+++ b/lib/pure/parseurl.nim
@@ -1,13 +1,16 @@
 #
 #
 #            Nimrod's Runtime Library
-#        (c) Copyright 2010 Dominik Picheta
+#        (c) Copyright 2014 Dominik Picheta
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
 #
 
 ## Parses & constructs URLs.
+##
+## **Note**: This module will be deprecated in the future and merged into a
+## new ``url`` module.
 
 import strutils