diff --git a/std/bigint.d b/std/bigint.d
index d8a37d060..35a07fbe7 100644
--- a/std/bigint.d
+++ b/std/bigint.d
@@ -13,7 +13,7 @@
*
* For very large numbers, consider using the $(WEB gmplib.org, GMP library) instead.
*
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Don Clugston
* Source: $(PHOBOSSRC std/_bigint.d)
*/
diff --git a/std/bitmanip.d b/std/bitmanip.d
index 526b2a5fa..2ba66e3c7 100644
--- a/std/bitmanip.d
+++ b/std/bitmanip.d
@@ -8,7 +8,7 @@ Macros:
WIKI = StdBitarray
Copyright: Copyright Digital Mars 2007 - 2011.
-License: Boost License 1.0.
+License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu),
Jonathan M Davis,
diff --git a/std/compiler.d b/std/compiler.d
index b469bffb5..25936c94a 100644
--- a/std/compiler.d
+++ b/std/compiler.d
@@ -7,7 +7,7 @@
* WIKI = Phobos/StdCompiler
*
* Copyright: Copyright Digital Mars 2000 - 2011.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), Alex Rønne Petersen
* Source: $(PHOBOSSRC std/_compiler.d)
*/
diff --git a/std/concurrency.d b/std/concurrency.d
index 1c2859d80..e422a6010 100644
--- a/std/concurrency.d
+++ b/std/concurrency.d
@@ -45,7 +45,7 @@
* ---
*
* Copyright: Copyright Sean Kelly 2009 - 2010.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly, Alex Rønne Petersen
* Source: $(PHOBOSSRC std/_concurrency.d)
*/
diff --git a/std/cstream.d b/std/cstream.d
index ad925f41f..77f375e18 100644
--- a/std/cstream.d
+++ b/std/cstream.d
@@ -12,7 +12,7 @@
* WIKI=Phobos/StdCstream
*
* Copyright: Copyright Ben Hinkle 2007 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Ben Hinkle
* Source: $(PHOBOSSRC std/_cstream.d)
*/
diff --git a/std/datetime.d b/std/datetime.d
index 20e16a847..492889957 100644
--- a/std/datetime.d
+++ b/std/datetime.d
@@ -8789,7 +8789,7 @@ private:
/++
Represents a date in the
- $(WEB http://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar, Proleptic Gregorian Calendar)
+ $(WEB en.wikipedia.org/wiki/Proleptic_Gregorian_calendar, Proleptic Gregorian Calendar)
ranging from
32,768 B.C. to 32,767 A.D. Positive years are A.D. Non-positive years are
B.C.
@@ -30540,7 +30540,7 @@ unittest
/++
The given array of $(D char) or random-access range of $(D char) or
$(D ubyte) is expected to be in the format specified in
- $(WEB http://tools.ietf.org/html/rfc5322, RFC 5322) section 3.3 with the
+ $(WEB tools.ietf.org/html/rfc5322, RFC 5322) section 3.3 with the
grammar rule $(I date-time). It is the date-time format commonly used in
internet messages such as e-mail and HTTP. The corresponding
$(LREF SysTime) will be returned.
diff --git a/std/demangle.d b/std/demangle.d
index a6fbe090f..d4d80e86b 100644
--- a/std/demangle.d
+++ b/std/demangle.d
@@ -7,7 +7,7 @@
* WIKI = Phobos/StdDemangle
*
* Copyright: Copyright Digital Mars 2000 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
* Thomas Kuehne, Frits van Bommel
* Source: $(PHOBOSSRC std/_demangle.d)
diff --git a/std/digest/crc.d b/std/digest/crc.d
index b4a0c45a2..054952180 100644
--- a/std/digest/crc.d
+++ b/std/digest/crc.d
@@ -27,7 +27,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF crcHexString) $(MYREF crc32Of))
* to specify decreasing order for the correct result. The $(LREF crcHexString) alias can also
* be used for this purpose.
*
- * License: Boost License 1.0
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
*
* Authors: Pavel "EvilOne" Minayev, Alex Rønne Petersen, Johannes Pfau
*
diff --git a/std/digest/digest.d b/std/digest/digest.d
index 40642bbdf..ba01643fa 100644
--- a/std/digest/digest.d
+++ b/std/digest/digest.d
@@ -39,7 +39,7 @@ $(TR $(TDNW Implementation helpers) $(TD $(MYREF digestLength) $(MYREF WrapperDi
* In this simplest case, the template API can even be used without templates: Just use the "$(B x)" structs
* directly.
*
- * License: Boost License 1.0
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors:
* Johannes Pfau
*
diff --git a/std/digest/md.d b/std/digest/md.d
index ae25f4310..92889b3d9 100644
--- a/std/digest/md.d
+++ b/std/digest/md.d
@@ -22,7 +22,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF md5Of))
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
* module.
*
- * License: Boost License 1.0
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
*
* CTFE:
* Digests do not work in CTFE
diff --git a/std/digest/ripemd.d b/std/digest/ripemd.d
index 6deb6775b..d1d9c7fe5 100644
--- a/std/digest/ripemd.d
+++ b/std/digest/ripemd.d
@@ -22,7 +22,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF ripemd160Of))
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
* module.
*
- * License: Boost License 1.0
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
*
* CTFE:
* Digests do not work in CTFE
diff --git a/std/digest/sha.d b/std/digest/sha.d
index 8ff16d165..158ebcc99 100644
--- a/std/digest/sha.d
+++ b/std/digest/sha.d
@@ -27,7 +27,7 @@ $(TR $(TDNW Helpers) $(TD $(MYREF sha1Of))
* This module publicly imports $(D std.digest.digest) and can be used as a stand-alone
* module.
*
- * License: Boost License 1.0
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
*
* CTFE:
* Digests do not work in CTFE
diff --git a/std/encoding.d b/std/encoding.d
index e4e668d6f..5da3b7440 100644
--- a/std/encoding.d
+++ b/std/encoding.d
@@ -39,7 +39,7 @@ Macros:
WIKI=Phobos/StdEncoding
Copyright: Copyright Janice Caron 2008 - 2009.
-License: Boost License 1.0.
+License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Janice Caron
Source: $(PHOBOSSRC std/_encoding.d)
*/
diff --git a/std/getopt.d b/std/getopt.d
index c1ad6270a..b92bf75fd 100644
--- a/std/getopt.d
+++ b/std/getopt.d
@@ -15,7 +15,7 @@ Macros:
WIKI = Phobos/StdGetopt
Copyright: Copyright Andrei Alexandrescu 2008 - 2009.
-License: Boost License 1.0.
+License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu)
Credits: This module and its documentation are inspired by Perl's $(WEB
perldoc.perl.org/Getopt/Long.html, Getopt::Long) module. The syntax of
diff --git a/std/internal/windows/advapi32.d b/std/internal/windows/advapi32.d
index 5c5344cb6..86147706e 100644
--- a/std/internal/windows/advapi32.d
+++ b/std/internal/windows/advapi32.d
@@ -4,7 +4,7 @@
* The only purpose of this module is to do the static construction for
* std.windows.registry, to eliminate cyclic construction errors.
*
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Kenji Hara
* Source: $(PHOBOSSRC std/internal/windows/_advapi32.d)
*/
diff --git a/std/json.d b/std/json.d
index d93dc9828..6666a72a4 100644
--- a/std/json.d
+++ b/std/json.d
@@ -4,7 +4,7 @@
JavaScript Object Notation
Copyright: Copyright Jeremie Pelletier 2008 - 2009.
-License: Boost License 1.0.
+License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Jeremie Pelletier, David Herberth
References: $(LINK http://json.org/)
Source: $(PHOBOSSRC std/_json.d)
diff --git a/std/math.d b/std/math.d
index d0b793299..edc44fa34 100644
--- a/std/math.d
+++ b/std/math.d
@@ -114,7 +114,7 @@ $(TR $(TDNW Hardware Control) $(TD
* reserves the right to distribute this material elsewhere under different
* copying permissions. These modifications are distributed here under
* the following terms:
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright), Don Clugston,
* Conversion of CEPHES math library to D by Iain Buclaw
* Source: $(PHOBOSSRC std/_math.d)
diff --git a/std/mathspecial.d b/std/mathspecial.d
index d8ba22ac6..6f58c70a9 100644
--- a/std/mathspecial.d
+++ b/std/mathspecial.d
@@ -50,7 +50,7 @@
*
* Copyright: Based on the CEPHES math library, which is
* Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Stephen L. Moshier (original C code). Conversion to D by Don Clugston
* Source: $(PHOBOSSRC std/_mathspecial.d)
*/
diff --git a/std/mmfile.d b/std/mmfile.d
index 46cbca009..3411e75d0 100644
--- a/std/mmfile.d
+++ b/std/mmfile.d
@@ -6,7 +6,7 @@
* WIKI=Phobos/StdMmfile
*
* Copyright: Copyright Digital Mars 2004 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
* Matthew Wilson
* Source: $(PHOBOSSRC std/_mmfile.d)
diff --git a/std/net/curl.d b/std/net/curl.d
index 44d875bfe..395658c3e 100644
--- a/std/net/curl.d
+++ b/std/net/curl.d
@@ -139,7 +139,7 @@ MYREF = Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
* Source: $(PHOBOSSRC std/_uri.d)
*/
diff --git a/std/uuid.d b/std/uuid.d
index b0039a5a0..459e20ae1 100644
--- a/std/uuid.d
+++ b/std/uuid.d
@@ -83,7 +83,7 @@ $(MYREF oidNamespace) $(MYREF x500Namespace) )
* $(LINK http://en.wikipedia.org/wiki/Universally_unique_identifier)
*
* Copyright: Copyright Johannes Pfau 2011 - .
- * License: Boost License 1.0
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Johannes Pfau
* Source: $(PHOBOSSRC std/_uuid.d)
*
diff --git a/std/variant.d b/std/variant.d
index 9b87bc53a..4efb96203 100644
--- a/std/variant.d
+++ b/std/variant.d
@@ -54,7 +54,7 @@
* towards the garbage collector.
*
* Copyright: Copyright Andrei Alexandrescu 2007 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB erdani.org, Andrei Alexandrescu)
* Source: $(PHOBOSSRC std/_variant.d)
*/
diff --git a/std/windows/charset.d b/std/windows/charset.d
index da644fa4c..eb7692ae7 100644
--- a/std/windows/charset.d
+++ b/std/windows/charset.d
@@ -7,7 +7,7 @@
* WIKI = Phobos/StdWindowsCharset
*
* Copyright: Copyright Digital Mars 2005 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
*/
/* Copyright Digital Mars 2005 - 2009.
diff --git a/std/windows/registry.d b/std/windows/registry.d
index 85b01c7e8..2da9eabf1 100644
--- a/std/windows/registry.d
+++ b/std/windows/registry.d
@@ -4,7 +4,7 @@
Copyright: Copyright 2003-2004 by Matthew Wilson and Synesis Software
Written by Matthew Wilson
- License:
+ License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Author: Matthew Wilson, Kenji Hara
diff --git a/std/windows/syserror.d b/std/windows/syserror.d
index 53573414b..627992957 100644
--- a/std/windows/syserror.d
+++ b/std/windows/syserror.d
@@ -4,7 +4,7 @@
* Convert Win32 error code to string.
*
* Copyright: Copyright Digital Mars 2006 - 2013.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
* Credits: Based on code written by Regan Heath
*
diff --git a/std/xml.d b/std/xml.d
index 75b4d2625..474e81b82 100644
--- a/std/xml.d
+++ b/std/xml.d
@@ -116,7 +116,7 @@ Macros:
WIKI=Phobos/StdXml
Copyright: Copyright Janice Caron 2008 - 2009.
-License: Boost License 1.0.
+License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Janice Caron
Source: $(PHOBOSSRC std/_xml.d)
*/
diff --git a/std/zip.d b/std/zip.d
index a86738a57..adfdea679 100644
--- a/std/zip.d
+++ b/std/zip.d
@@ -20,7 +20,7 @@
* WIKI = Phobos/StdZip
*
* Copyright: Copyright Digital Mars 2000 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
* Source: $(PHOBOSSRC std/_zip.d)
*/
diff --git a/std/zlib.d b/std/zlib.d
index eda2a56c5..9c8292be6 100644
--- a/std/zlib.d
+++ b/std/zlib.d
@@ -1,16 +1,16 @@
// Written in the D programming language.
/**
- * Compress/decompress data using the $(LINK2 http://www._zlib.net, zlib library).
+ * Compress/decompress data using the $(WEB www._zlib.net, zlib library).
*
* References:
- * $(LINK2 http://en.wikipedia.org/wiki/Zlib, Wikipedia)
+ * $(WEB en.wikipedia.org/wiki/Zlib, Wikipedia)
*
* Macros:
* WIKI = Phobos/StdZlib
*
* Copyright: Copyright Digital Mars 2000 - 2011.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
* Source: $(PHOBOSSRC std/_zlib.d)
*/
diff --git a/unittest.d b/unittest.d
index 826b58589..4ff4c3350 100644
--- a/unittest.d
+++ b/unittest.d
@@ -5,7 +5,7 @@
* tests on them. Then, it prints out the arguments passed to main().
*
* Copyright: Copyright Digital Mars 2000 - 2009.
- * License: Boost License 1.0.
+ * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright)
*
* Copyright Digital Mars 2000 - 2009.