diff --git a/src/core/threadasm.S b/src/core/threadasm.S index 61939ac00f..94b2fc1670 100644 --- a/src/core/threadasm.S +++ b/src/core/threadasm.S @@ -2,7 +2,7 @@ * Support code for mutithreading. * * Copyright: Copyright Mikola Lysenko 2005 - 2012. - * License: $(WEB http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Mikola Lysenko, Martin Nowak, Kai Nacke */ diff --git a/src/rt/minit.asm b/src/rt/minit.asm index 55cf70b213..72bd5d868c 100644 --- a/src/rt/minit.asm +++ b/src/rt/minit.asm @@ -2,7 +2,7 @@ ; Module initialization support. ; ; Copyright: Copyright Digital Mars 2000 - 2010. -; License: $(WEB http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0). +; License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). ; Authors: Walter Bright ; ; Copyright Digital Mars 2000 - 2010.