Remove the WEB macro in favor of HTTP

replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d
This commit is contained in:
Sebastian Wilzbach 2016-06-16 00:14:51 +02:00
parent 9753c3159b
commit ec47ac4224
101 changed files with 367 additions and 367 deletions

View file

@ -34,8 +34,8 @@
--------------------
Copyright: Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0)
Authors: $(WEB erdani.org, Andrei Alexandrescu) and Jonathan M Davis
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0)
Authors: $(HTTP erdani.org, Andrei Alexandrescu) and Jonathan M Davis
Source: $(PHOBOSSRC std/_exception.d)
+/
@ -891,7 +891,7 @@ enum emptyExceptionMsg = "<Empty Exception Message>";
*
* For more on infering uniqueness see the $(B unique) and
* $(B lent) keywords in the
* $(WEB archjava.fluid.cs.cmu.edu/papers/oopsla02.pdf, ArchJava)
* $(HTTP archjava.fluid.cs.cmu.edu/papers/oopsla02.pdf, ArchJava)
* language.
*
* The downside of using $(D assumeUnique)'s