diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-16 23:16:29 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-16 23:16:29 +0100 |
commit | 6c5693e6339f08af2de2af3578ac048187625a23 (patch) | |
tree | ecb54196f8bad4d00a0dfb26373f87e0c8bf0da1 /lib | |
parent | 0bcdab83953075526c0298e025c8feec75b19d90 (diff) | |
download | Nim-6c5693e6339f08af2de2af3578ac048187625a23.tar.gz |
implemented extended quoting rules
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/pure/md5.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/md5.nim b/lib/pure/md5.nim index d9bb92949..e75f80b4c 100755 --- a/lib/pure/md5.nim +++ b/lib/pure/md5.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2009 Andreas Rumpf +# (c) Copyright 2010 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. |