diff --git a/src/core/internal/convert.d b/src/core/internal/convert.d index eeb5580c9b..0d35e0523a 100644 --- a/src/core/internal/convert.d +++ b/src/core/internal/convert.d @@ -3,7 +3,7 @@ * This module provides functions to converting different values to const(ubyte)[] * * Copyright: Copyright Igor Stepanov 2013-2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Igor Stepanov * Source: $(DRUNTIMESRC core/internal/_convert.d) */ diff --git a/src/core/internal/hash.d b/src/core/internal/hash.d index a27def99b5..adc4d885c4 100644 --- a/src/core/internal/hash.d +++ b/src/core/internal/hash.d @@ -3,7 +3,7 @@ * This module provides functions to uniform calculating hash values for different types * * Copyright: Copyright Igor Stepanov 2013-2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Igor Stepanov * Source: $(DRUNTIMESRC core/internal/_hash.d) */ diff --git a/src/core/internal/parseoptions.d b/src/core/internal/parseoptions.d index 2bda94e017..3c54462ed1 100644 --- a/src/core/internal/parseoptions.d +++ b/src/core/internal/parseoptions.d @@ -2,7 +2,7 @@ * parse configuration options * * Copyright: Copyright Digital Mars 2017 -* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). +* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * * Source: $(DRUNTIMESRC src/core/internal/parseoptions.d) */ diff --git a/src/core/internal/spinlock.d b/src/core/internal/spinlock.d index fb689dc561..128b01fd48 100644 --- a/src/core/internal/spinlock.d +++ b/src/core/internal/spinlock.d @@ -2,7 +2,7 @@ * SpinLock for runtime internal usage. * * Copyright: Copyright Digital Mars 2015 -. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC core/internal/_spinlock.d) */ diff --git a/src/core/internal/string.d b/src/core/internal/string.d index 6ce0fefe17..3b1d9c0237 100644 --- a/src/core/internal/string.d +++ b/src/core/internal/string.d @@ -2,7 +2,7 @@ * String manipulation and comparison utilities. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Walter Bright * Source: $(DRUNTIMESRC src/rt/util/_string.d) */ diff --git a/src/core/internal/traits.d b/src/core/internal/traits.d index 7f790367c9..bff5d25319 100644 --- a/src/core/internal/traits.d +++ b/src/core/internal/traits.d @@ -2,7 +2,7 @@ * Contains traits for runtime internal usage. * * Copyright: Copyright Digital Mars 2014 -. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC core/internal/_traits.d) */ diff --git a/src/core/math.d b/src/core/math.d index 1b661d365c..7acb768c5a 100644 --- a/src/core/math.d +++ b/src/core/math.d @@ -19,8 +19,8 @@ * GT = > * * Copyright: Copyright Digital Mars 2000 - 2011. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). - * Authors: $(WEB digitalmars.com, Walter Bright), + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * Authors: $(HTTP digitalmars.com, Walter Bright), * Don Clugston */ module core.math; diff --git a/src/core/simd.d b/src/core/simd.d index 116f10d9c5..1fb9fe22cb 100644 --- a/src/core/simd.d +++ b/src/core/simd.d @@ -6,8 +6,8 @@ * Source: $(DRUNTIMESRC core/_simd.d) * * Copyright: Copyright Digital Mars 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). - * Authors: $(WEB digitalmars.com, Walter Bright), + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * Authors: $(HTTP digitalmars.com, Walter Bright), */ module core.simd; diff --git a/src/core/stdc/stdarg.d b/src/core/stdc/stdarg.d index 93350f4a26..a8b5fa8551 100644 --- a/src/core/stdc/stdarg.d +++ b/src/core/stdc/stdarg.d @@ -4,7 +4,7 @@ * $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdarg.h.html, _stdarg.h) * * Copyright: Copyright Digital Mars 2000 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Hauke Duden * Standards: ISO/IEC 9899:1999 (E) * Source: $(DRUNTIMESRC core/stdc/_stdarg.d) diff --git a/src/core/stdcpp/exception.d b/src/core/stdcpp/exception.d index 7e02eb2da7..a056440762 100644 --- a/src/core/stdcpp/exception.d +++ b/src/core/stdcpp/exception.d @@ -4,8 +4,8 @@ * Interface to C++ * * Copyright: Copyright (c) 2016 D Language Foundation - * License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). - * Authors: $(WEB digitalmars.com, Walter Bright) + * License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). + * Authors: $(HTTP digitalmars.com, Walter Bright) * Source: $(DRUNTIMESRC core/stdcpp/_exception.d) */ diff --git a/src/core/stdcpp/typeinfo.d b/src/core/stdcpp/typeinfo.d index 5dc3e18a79..085b10b74e 100644 --- a/src/core/stdcpp/typeinfo.d +++ b/src/core/stdcpp/typeinfo.d @@ -4,8 +4,8 @@ * Interface to C++ * * Copyright: Copyright (c) 2016 D Language Foundation - * License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). - * Authors: $(WEB digitalmars.com, Walter Bright) + * License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). + * Authors: $(HTTP digitalmars.com, Walter Bright) * Source: $(DRUNTIMESRC core/stdcpp/_typeinfo.d) */ diff --git a/src/core/sync/config.d b/src/core/sync/config.d index 19ba3d8d18..bbaac06401 100644 --- a/src/core/sync/config.d +++ b/src/core/sync/config.d @@ -3,7 +3,7 @@ * specific to this package. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Source: $(DRUNTIMESRC core/sync/_config.d) */ diff --git a/src/core/sys/darwin/dlfcn.d b/src/core/sys/darwin/dlfcn.d index 6666769bb3..c22424f3b7 100644 --- a/src/core/sys/darwin/dlfcn.d +++ b/src/core/sys/darwin/dlfcn.d @@ -4,7 +4,7 @@ * $(LINK2 https://opensource.apple.com/source/dyld/dyld-360.22/include/dlfcn.h, Apple dyld/dlfcn.h) * * Copyright: Copyright David Nadlinger 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: David Nadlinger */ module core.sys.darwin.dlfcn; diff --git a/src/core/sys/darwin/mach/dyld.d b/src/core/sys/darwin/mach/dyld.d index 487ccc88ef..cee31a4442 100644 --- a/src/core/sys/darwin/mach/dyld.d +++ b/src/core/sys/darwin/mach/dyld.d @@ -1,6 +1,6 @@ /** * Copyright: Copyright Digital Mars 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Feb 20, 2010 */ diff --git a/src/core/sys/darwin/mach/getsect.d b/src/core/sys/darwin/mach/getsect.d index c5e77d48c7..f5b9862213 100644 --- a/src/core/sys/darwin/mach/getsect.d +++ b/src/core/sys/darwin/mach/getsect.d @@ -1,6 +1,6 @@ /** * Copyright: Copyright Digital Mars 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Mar 16, 2010 */ diff --git a/src/core/sys/darwin/mach/kern_return.d b/src/core/sys/darwin/mach/kern_return.d index e939c87889..3714e01712 100644 --- a/src/core/sys/darwin/mach/kern_return.d +++ b/src/core/sys/darwin/mach/kern_return.d @@ -2,7 +2,7 @@ * D header file for Darwin. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/darwin/mach/loader.d b/src/core/sys/darwin/mach/loader.d index cf760a4b18..375775baf7 100644 --- a/src/core/sys/darwin/mach/loader.d +++ b/src/core/sys/darwin/mach/loader.d @@ -1,6 +1,6 @@ /** * Copyright: Copyright Digital Mars 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Feb 20, 2010 */ diff --git a/src/core/sys/darwin/mach/port.d b/src/core/sys/darwin/mach/port.d index 863a813492..c2eee826c8 100644 --- a/src/core/sys/darwin/mach/port.d +++ b/src/core/sys/darwin/mach/port.d @@ -2,7 +2,7 @@ * D header file for Darwin. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/darwin/mach/semaphore.d b/src/core/sys/darwin/mach/semaphore.d index 0151435a53..abaa267111 100644 --- a/src/core/sys/darwin/mach/semaphore.d +++ b/src/core/sys/darwin/mach/semaphore.d @@ -2,7 +2,7 @@ * D header file for Darwin. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/darwin/mach/thread_act.d b/src/core/sys/darwin/mach/thread_act.d index b4e57d348d..ef4c99b2ce 100644 --- a/src/core/sys/darwin/mach/thread_act.d +++ b/src/core/sys/darwin/mach/thread_act.d @@ -2,7 +2,7 @@ * D header file for Darwin. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/darwin/netinet/in_.d b/src/core/sys/darwin/netinet/in_.d index f5fa8304ec..2e4f8bd207 100644 --- a/src/core/sys/darwin/netinet/in_.d +++ b/src/core/sys/darwin/netinet/in_.d @@ -4,7 +4,7 @@ D header file for Darwin's extensions to POSIX's netinet/in.h. Copyright: Copyright 2017 - - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis +/ module core.sys.darwin.netinet.in_; diff --git a/src/core/sys/darwin/pthread.d b/src/core/sys/darwin/pthread.d index 8c27d9b07e..786d9f2833 100644 --- a/src/core/sys/darwin/pthread.d +++ b/src/core/sys/darwin/pthread.d @@ -2,7 +2,7 @@ * D header file for Darwin. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/darwin/sys/event.d b/src/core/sys/darwin/sys/event.d index 47b6828501..24f1cbe652 100644 --- a/src/core/sys/darwin/sys/event.d +++ b/src/core/sys/darwin/sys/event.d @@ -2,7 +2,7 @@ * D header file for Darwin. * * Copyright: Copyright Martin Nowak 2012. Etienne Cimon 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ diff --git a/src/core/sys/freebsd/dlfcn.d b/src/core/sys/freebsd/dlfcn.d index 812cb4c17b..e390743692 100644 --- a/src/core/sys/freebsd/dlfcn.d +++ b/src/core/sys/freebsd/dlfcn.d @@ -2,7 +2,7 @@ * D header file for FreeBSD. * * Copyright: Copyright Martin Nowak 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module core.sys.freebsd.dlfcn; diff --git a/src/core/sys/freebsd/netinet/in_.d b/src/core/sys/freebsd/netinet/in_.d index 77493e0211..4558d13b5f 100644 --- a/src/core/sys/freebsd/netinet/in_.d +++ b/src/core/sys/freebsd/netinet/in_.d @@ -4,7 +4,7 @@ D header file for FreeBSD's extensions to POSIX's netinet/in.h. Copyright: Copyright 2017 - - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis +/ module core.sys.freebsd.netinet.in_; diff --git a/src/core/sys/freebsd/sys/event.d b/src/core/sys/freebsd/sys/event.d index 0e951f18ba..2ae10b3db2 100644 --- a/src/core/sys/freebsd/sys/event.d +++ b/src/core/sys/freebsd/sys/event.d @@ -2,7 +2,7 @@ * D header file for FreeBSD. * * Copyright: Copyright Martin Nowak 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ diff --git a/src/core/sys/freebsd/time.d b/src/core/sys/freebsd/time.d index 8878ec9513..f018344b80 100644 --- a/src/core/sys/freebsd/time.d +++ b/src/core/sys/freebsd/time.d @@ -4,7 +4,7 @@ D header file for FreeBSD's extensions to POSIX's time.h. Copyright: Copyright 2014 - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis +/ module core.sys.freebsd.time; diff --git a/src/core/sys/linux/ifaddrs.d b/src/core/sys/linux/ifaddrs.d index bfdd59bf8f..d7b6d6de72 100644 --- a/src/core/sys/linux/ifaddrs.d +++ b/src/core/sys/linux/ifaddrs.d @@ -9,7 +9,7 @@ freeifaddrs(3) deallocates the structure returned from getifaddrs Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved. - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Nemanja Boric *******************************************************************************/ diff --git a/src/core/sys/linux/netinet/in_.d b/src/core/sys/linux/netinet/in_.d index c6dc9ef5ee..7916743b69 100644 --- a/src/core/sys/linux/netinet/in_.d +++ b/src/core/sys/linux/netinet/in_.d @@ -4,7 +4,7 @@ D header file for Linux's extensions to POSIX's netinet/in.h. Copyright: Copyright 2017 - - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis +/ module core.sys.linux.netinet.in_; diff --git a/src/core/sys/linux/netinet/tcp.d b/src/core/sys/linux/netinet/tcp.d index fb672dd6dd..996c1ae84b 100644 --- a/src/core/sys/linux/netinet/tcp.d +++ b/src/core/sys/linux/netinet/tcp.d @@ -5,7 +5,7 @@ Defines constants found in tcp.h header on Linux system. Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved. - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Nemanja Boric *******************************************************************************/ diff --git a/src/core/sys/linux/sched.d b/src/core/sys/linux/sched.d index fe5fd72b8c..a5f334acd4 100644 --- a/src/core/sys/linux/sched.d +++ b/src/core/sys/linux/sched.d @@ -6,7 +6,7 @@ types they operate on. Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved. - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Nemanja Boric *******************************************************************************/ diff --git a/src/core/sys/linux/sys/file.d b/src/core/sys/linux/sys/file.d index ccdfd24503..ec4e903441 100644 --- a/src/core/sys/linux/sys/file.d +++ b/src/core/sys/linux/sys/file.d @@ -2,7 +2,7 @@ * D header file for Linux file ops. * * Copyright: Copyright Nemanja Boric 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Nemanja Boric */ module core.sys.linux.sys.file; diff --git a/src/core/sys/linux/sys/time.d b/src/core/sys/linux/sys/time.d index cc13442102..4b55f70865 100644 --- a/src/core/sys/linux/sys/time.d +++ b/src/core/sys/linux/sys/time.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sociomantic Labs GmbH. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Leandro Lucarella */ diff --git a/src/core/sys/linux/time.d b/src/core/sys/linux/time.d index 7fb8e35ec0..229d08dc91 100644 --- a/src/core/sys/linux/time.d +++ b/src/core/sys/linux/time.d @@ -4,7 +4,7 @@ D header file for Linux extensions to POSIX's time.h. Copyright: Copyright 2014 - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis +/ module core.sys.linux.time; diff --git a/src/core/sys/netbsd/dlfcn.d b/src/core/sys/netbsd/dlfcn.d index 5815cc201b..e56b5f58c6 100644 --- a/src/core/sys/netbsd/dlfcn.d +++ b/src/core/sys/netbsd/dlfcn.d @@ -2,7 +2,7 @@ * D header file for NetBSD. * * Copyright: Copyright Martin Nowak 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * * http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/include/dlfcn.h diff --git a/src/core/sys/netbsd/sys/event.d b/src/core/sys/netbsd/sys/event.d index f83651c6a7..a2bffb2001 100644 --- a/src/core/sys/netbsd/sys/event.d +++ b/src/core/sys/netbsd/sys/event.d @@ -2,7 +2,7 @@ * D header file for NetBSD. * * Copyright: Copyright Martin Nowak 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * * http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/event.h diff --git a/src/core/sys/netbsd/time.d b/src/core/sys/netbsd/time.d index 4fb1e2f4d9..d05a8bb36c 100644 --- a/src/core/sys/netbsd/time.d +++ b/src/core/sys/netbsd/time.d @@ -4,7 +4,7 @@ D header file for NetBSD's extensions to POSIX's time.h. Copyright: Copyright 2014 - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/time.h diff --git a/src/core/sys/osx/mach/dyld.d b/src/core/sys/osx/mach/dyld.d index 2514ed0a7f..af61ff326a 100644 --- a/src/core/sys/osx/mach/dyld.d +++ b/src/core/sys/osx/mach/dyld.d @@ -3,7 +3,7 @@ * will be removed in June 2018.) * * Copyright: Copyright Digital Mars 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Feb 20, 2010 */ diff --git a/src/core/sys/osx/mach/getsect.d b/src/core/sys/osx/mach/getsect.d index d3b907e2ab..b2b311ef2c 100644 --- a/src/core/sys/osx/mach/getsect.d +++ b/src/core/sys/osx/mach/getsect.d @@ -3,7 +3,7 @@ * module will be removed in June 2018.) * * Copyright: Copyright Digital Mars 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Mar 16, 2010 */ diff --git a/src/core/sys/osx/mach/kern_return.d b/src/core/sys/osx/mach/kern_return.d index 24b4cce6d8..e1ca352dbe 100644 --- a/src/core/sys/osx/mach/kern_return.d +++ b/src/core/sys/osx/mach/kern_return.d @@ -5,7 +5,7 @@ * D header file for OSX. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/osx/mach/loader.d b/src/core/sys/osx/mach/loader.d index a0e15453b2..d430598846 100644 --- a/src/core/sys/osx/mach/loader.d +++ b/src/core/sys/osx/mach/loader.d @@ -3,7 +3,7 @@ * will be removed in June 2018.) * * Copyright: Copyright Digital Mars 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Feb 20, 2010 */ diff --git a/src/core/sys/osx/mach/port.d b/src/core/sys/osx/mach/port.d index ddfc7664bd..ddbcac6c6a 100644 --- a/src/core/sys/osx/mach/port.d +++ b/src/core/sys/osx/mach/port.d @@ -5,7 +5,7 @@ * D header file for OSX. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/osx/mach/semaphore.d b/src/core/sys/osx/mach/semaphore.d index 9493358187..392d9312ef 100644 --- a/src/core/sys/osx/mach/semaphore.d +++ b/src/core/sys/osx/mach/semaphore.d @@ -5,7 +5,7 @@ * D header file for OSX. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/osx/mach/thread_act.d b/src/core/sys/osx/mach/thread_act.d index 10339bf44a..b118a3d4e2 100644 --- a/src/core/sys/osx/mach/thread_act.d +++ b/src/core/sys/osx/mach/thread_act.d @@ -5,7 +5,7 @@ * D header file for OSX. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/osx/pthread.d b/src/core/sys/osx/pthread.d index 89bd70e6bb..08e8bc00a8 100644 --- a/src/core/sys/osx/pthread.d +++ b/src/core/sys/osx/pthread.d @@ -5,7 +5,7 @@ * D header file for OSX. * * Copyright: Copyright Sean Kelly 2008 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/core/sys/osx/sys/event.d b/src/core/sys/osx/sys/event.d index 4050e386c0..f83325b303 100644 --- a/src/core/sys/osx/sys/event.d +++ b/src/core/sys/osx/sys/event.d @@ -5,7 +5,7 @@ * D header file for OSX. * * Copyright: Copyright Martin Nowak 2012. Etienne Cimon 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ diff --git a/src/core/sys/posix/arpa/inet.d b/src/core/sys/posix/arpa/inet.d index 675a197e6d..41fa6cc87e 100644 --- a/src/core/sys/posix/arpa/inet.d +++ b/src/core/sys/posix/arpa/inet.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/config.d b/src/core/sys/posix/config.d index 650660b715..1185597748 100644 --- a/src/core/sys/posix/config.d +++ b/src/core/sys/posix/config.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition diff --git a/src/core/sys/posix/dirent.d b/src/core/sys/posix/dirent.d index 5a51cc7378..5dfd6764b3 100644 --- a/src/core/sys/posix/dirent.d +++ b/src/core/sys/posix/dirent.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersn * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition diff --git a/src/core/sys/posix/dlfcn.d b/src/core/sys/posix/dlfcn.d index e90873d36e..c1bfdfa748 100644 --- a/src/core/sys/posix/dlfcn.d +++ b/src/core/sys/posix/dlfcn.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/fcntl.d b/src/core/sys/posix/fcntl.d index ee78f7199c..25af2387f3 100644 --- a/src/core/sys/posix/fcntl.d +++ b/src/core/sys/posix/fcntl.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/grp.d b/src/core/sys/posix/grp.d index 1f6ec9514f..6a5f0708c9 100644 --- a/src/core/sys/posix/grp.d +++ b/src/core/sys/posix/grp.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009, Sönke Ludwig 2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen, Sönke Ludwig * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/iconv.d b/src/core/sys/posix/iconv.d index 1bde829f52..9ba6fddee7 100644 --- a/src/core/sys/posix/iconv.d +++ b/src/core/sys/posix/iconv.d @@ -11,7 +11,7 @@ iconv_close(3) Deallocates allocated resources Copyright: Copyright (c) 2016 Sociomantic Labs. All rights reserved. - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Nemanja Boric Standards: POSIX.1-2001, POSIX.1-2008 See_Also: diff --git a/src/core/sys/posix/inttypes.d b/src/core/sys/posix/inttypes.d index 7bca85bb63..e2954eda5c 100644 --- a/src/core/sys/posix/inttypes.d +++ b/src/core/sys/posix/inttypes.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/mqueue.d b/src/core/sys/posix/mqueue.d index 67ea678c81..d554376800 100644 --- a/src/core/sys/posix/mqueue.d +++ b/src/core/sys/posix/mqueue.d @@ -15,10 +15,10 @@ * mq_notify(3) register asynchronous notify * * Copyright: Copyright (c) 2016 sociomantic labs. All rights reserved - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Andreas Bok Andersen, Mathias Lang * Standards: POSIX.1-2001. - * See_Also: $(WEB pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html, Standard) + * See_Also: $(HTTP pubs.opengroup.org/onlinepubs/9699919799/basedefs/mqueue.h.html, Standard) */ module core.sys.posix.mqueue; diff --git a/src/core/sys/posix/net/if_.d b/src/core/sys/posix/net/if_.d index 60e51a844b..512cd9b3f7 100644 --- a/src/core/sys/posix/net/if_.d +++ b/src/core/sys/posix/net/if_.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/netdb.d b/src/core/sys/posix/netdb.d index 60ae944d89..e190ae0e68 100644 --- a/src/core/sys/posix/netdb.d +++ b/src/core/sys/posix/netdb.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright David Nadlinger 2011. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: David Nadlinger, Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/netinet/in_.d b/src/core/sys/posix/netinet/in_.d index 061ed48933..588a23fc14 100644 --- a/src/core/sys/posix/netinet/in_.d +++ b/src/core/sys/posix/netinet/in_.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/netinet/tcp.d b/src/core/sys/posix/netinet/tcp.d index 40ac9dd369..50f0ae7fba 100644 --- a/src/core/sys/posix/netinet/tcp.d +++ b/src/core/sys/posix/netinet/tcp.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/poll.d b/src/core/sys/posix/poll.d index f1379c65d2..6ef8f2103f 100644 --- a/src/core/sys/posix/poll.d +++ b/src/core/sys/posix/poll.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/pthread.d b/src/core/sys/posix/pthread.d index 488eee5d7a..59baa0ddef 100644 --- a/src/core/sys/posix/pthread.d +++ b/src/core/sys/posix/pthread.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/pwd.d b/src/core/sys/posix/pwd.d index 34590c7fe5..1e992e8fb0 100644 --- a/src/core/sys/posix/pwd.d +++ b/src/core/sys/posix/pwd.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sched.d b/src/core/sys/posix/sched.d index 3f93b989bb..797aab56c4 100644 --- a/src/core/sys/posix/sched.d +++ b/src/core/sys/posix/sched.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition diff --git a/src/core/sys/posix/semaphore.d b/src/core/sys/posix/semaphore.d index 32027eefb9..c26c89ac31 100644 --- a/src/core/sys/posix/semaphore.d +++ b/src/core/sys/posix/semaphore.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/setjmp.d b/src/core/sys/posix/setjmp.d index e3b39cf6f8..7e57e5e5a9 100644 --- a/src/core/sys/posix/setjmp.d +++ b/src/core/sys/posix/setjmp.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/stdio.d b/src/core/sys/posix/stdio.d index 2650af5f9d..ff94cb0483 100644 --- a/src/core/sys/posix/stdio.d +++ b/src/core/sys/posix/stdio.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/stdlib.d b/src/core/sys/posix/stdlib.d index 919f57c70f..d2d528fa18 100644 --- a/src/core/sys/posix/stdlib.d +++ b/src/core/sys/posix/stdlib.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/filio.d b/src/core/sys/posix/sys/filio.d index da83856806..0ca070b46e 100644 --- a/src/core/sys/posix/sys/filio.d +++ b/src/core/sys/posix/sys/filio.d @@ -1,7 +1,7 @@ /** * D header file for POSIX. * - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module core.sys.posix.sys.filio; diff --git a/src/core/sys/posix/sys/ioccom.d b/src/core/sys/posix/sys/ioccom.d index 1094f9bffc..5d6aa08d91 100755 --- a/src/core/sys/posix/sys/ioccom.d +++ b/src/core/sys/posix/sys/ioccom.d @@ -1,7 +1,7 @@ /** * D header file for POSIX. * - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module core.sys.posix.sys.ioccom; diff --git a/src/core/sys/posix/sys/ioctl.d b/src/core/sys/posix/sys/ioctl.d index 8c2e778d82..0d24fe7acc 100644 --- a/src/core/sys/posix/sys/ioctl.d +++ b/src/core/sys/posix/sys/ioctl.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Alex Rønne Petersen 2011 - 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/ipc.d b/src/core/sys/posix/sys/ipc.d index 5c9c2526b6..76eee70b4d 100644 --- a/src/core/sys/posix/sys/ipc.d +++ b/src/core/sys/posix/sys/ipc.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/mman.d b/src/core/sys/posix/sys/mman.d index c3cfec645d..57851770f3 100644 --- a/src/core/sys/posix/sys/mman.d +++ b/src/core/sys/posix/sys/mman.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/resource.d b/src/core/sys/posix/sys/resource.d index 08d288668c..0079d5680c 100644 --- a/src/core/sys/posix/sys/resource.d +++ b/src/core/sys/posix/sys/resource.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright (c) 2013 Lars Tandle Kyllingstad. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Lars Tandle Kyllingstad * Standards: The Open Group Base Specifications Issue 7, IEEE Std 1003.1-2008 */ diff --git a/src/core/sys/posix/sys/select.d b/src/core/sys/posix/sys/select.d index 47fe922de1..e74222ddf4 100644 --- a/src/core/sys/posix/sys/select.d +++ b/src/core/sys/posix/sys/select.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/shm.d b/src/core/sys/posix/sys/shm.d index 3f20acb68c..fd79a060ed 100644 --- a/src/core/sys/posix/sys/shm.d +++ b/src/core/sys/posix/sys/shm.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/socket.d b/src/core/sys/posix/sys/socket.d index c1eef7dae7..2ad2494c3e 100644 --- a/src/core/sys/posix/sys/socket.d +++ b/src/core/sys/posix/sys/socket.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/stat.d b/src/core/sys/posix/sys/stat.d index 7a74790113..2fb1a2a9a9 100644 --- a/src/core/sys/posix/sys/stat.d +++ b/src/core/sys/posix/sys/stat.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/statvfs.d b/src/core/sys/posix/sys/statvfs.d index 57a64aef7f..5472742121 100644 --- a/src/core/sys/posix/sys/statvfs.d +++ b/src/core/sys/posix/sys/statvfs.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Robert Klotzner 2012 - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Robert Klotzner * Standards: The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/time.d b/src/core/sys/posix/sys/time.d index a4bfd68f09..42104b049a 100644 --- a/src/core/sys/posix/sys/time.d +++ b/src/core/sys/posix/sys/time.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/ttycom.d b/src/core/sys/posix/sys/ttycom.d index 638bd6e995..a559b1e35c 100755 --- a/src/core/sys/posix/sys/ttycom.d +++ b/src/core/sys/posix/sys/ttycom.d @@ -1,7 +1,7 @@ /** * D header file for POSIX. * - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module core.sys.posix.sys.ttycom; diff --git a/src/core/sys/posix/sys/types.d b/src/core/sys/posix/sys/types.d index ae87677c9e..10a5cbc28b 100644 --- a/src/core/sys/posix/sys/types.d +++ b/src/core/sys/posix/sys/types.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition diff --git a/src/core/sys/posix/sys/uio.d b/src/core/sys/posix/sys/uio.d index 9b5758742c..667b6b7e17 100644 --- a/src/core/sys/posix/sys/uio.d +++ b/src/core/sys/posix/sys/uio.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/un.d b/src/core/sys/posix/sys/un.d index 1b6c7b08e9..407ccb9f1c 100644 --- a/src/core/sys/posix/sys/un.d +++ b/src/core/sys/posix/sys/un.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/sys/wait.d b/src/core/sys/posix/sys/wait.d index 877a14bbf1..064f67d54e 100644 --- a/src/core/sys/posix/sys/wait.d +++ b/src/core/sys/posix/sys/wait.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/termios.d b/src/core/sys/posix/termios.d index 8642f540ef..351785b8a0 100644 --- a/src/core/sys/posix/termios.d +++ b/src/core/sys/posix/termios.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/time.d b/src/core/sys/posix/time.d index 2bf9e96fdc..cb801f65a3 100644 --- a/src/core/sys/posix/time.d +++ b/src/core/sys/posix/time.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition diff --git a/src/core/sys/posix/ucontext.d b/src/core/sys/posix/ucontext.d index c3fbcc0d75..55a5f24b47 100644 --- a/src/core/sys/posix/ucontext.d +++ b/src/core/sys/posix/ucontext.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/unistd.d b/src/core/sys/posix/unistd.d index 8821e544dd..1d915c8fba 100644 --- a/src/core/sys/posix/unistd.d +++ b/src/core/sys/posix/unistd.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/posix/utime.d b/src/core/sys/posix/utime.d index ce8af7967d..e3400ce868 100644 --- a/src/core/sys/posix/utime.d +++ b/src/core/sys/posix/utime.d @@ -2,7 +2,7 @@ * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ diff --git a/src/core/sys/solaris/sys/priocntl.d b/src/core/sys/solaris/sys/priocntl.d index 9640f1e397..5e67aca670 100644 --- a/src/core/sys/solaris/sys/priocntl.d +++ b/src/core/sys/solaris/sys/priocntl.d @@ -2,7 +2,7 @@ * D header file for the Solaris priocntl(2) and priocntlset(2) functions. * * Copyright: Copyright 2014 Jason King. - * License: $(WEB www.boost.org/LICENSE_1.0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1.0.txt, Boost License 1.0). * Authors: Jason King */ diff --git a/src/core/sys/solaris/sys/procset.d b/src/core/sys/solaris/sys/procset.d index 856efffe33..43fa9978af 100644 --- a/src/core/sys/solaris/sys/procset.d +++ b/src/core/sys/solaris/sys/procset.d @@ -2,7 +2,7 @@ * D header file defining a process set. * * Copyright: Copyright 2014 Jason King. - * License: $(WEB www.boost.org/LICENSE_1.0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1.0.txt, Boost License 1.0). * Authors: Jason King */ diff --git a/src/core/sys/solaris/sys/types.d b/src/core/sys/solaris/sys/types.d index 0ec7f26955..4b30a686a9 100644 --- a/src/core/sys/solaris/sys/types.d +++ b/src/core/sys/solaris/sys/types.d @@ -2,7 +2,7 @@ * D header file that defines Solaris-specific types. * * Copyright: Copyright 2014 Jason King. - * License: $(WEB www.boost.org/LICENSE_1.0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1.0.txt, Boost License 1.0). * Authors: Jason King */ diff --git a/src/core/sys/solaris/time.d b/src/core/sys/solaris/time.d index c5407ee5e7..b785d1d97f 100644 --- a/src/core/sys/solaris/time.d +++ b/src/core/sys/solaris/time.d @@ -4,7 +4,7 @@ D header file for Solaris's extensions to POSIX's time.h. Copyright: Copyright 2014 - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Kai Nacke +/ module core.sys.solaris.time; diff --git a/src/core/threadasm.S b/src/core/threadasm.S index 5f19d9485d..32560e04dd 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 www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Mikola Lysenko, Martin Nowak, Kai Nacke */ diff --git a/src/core/time.d b/src/core/time.d index 0b3ed028f7..c322da1397 100644 --- a/src/core/time.d +++ b/src/core/time.d @@ -69,7 +69,7 @@ )) Copyright: Copyright 2010 - 2012 - License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jonathan M Davis and Kato Shoichi Source: $(DRUNTIMESRC core/_time.d) Macros: diff --git a/src/gc/bits.d b/src/gc/bits.d index 8e625e48c2..21d43c4f4f 100644 --- a/src/gc/bits.d +++ b/src/gc/bits.d @@ -2,7 +2,7 @@ * Contains a bitfield used by the GC. * * Copyright: Copyright Digital Mars 2005 - 2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, David Friedman, Sean Kelly */ diff --git a/src/gc/config.d b/src/gc/config.d index 8f3a0b788c..1a3631bd88 100644 --- a/src/gc/config.d +++ b/src/gc/config.d @@ -2,7 +2,7 @@ * Contains the garbage collector configuration. * * Copyright: Copyright Digital Mars 2016 -* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). +* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module gc.config; diff --git a/src/gc/gcinterface.d b/src/gc/gcinterface.d index 19dd90d3d6..c162041994 100644 --- a/src/gc/gcinterface.d +++ b/src/gc/gcinterface.d @@ -2,7 +2,7 @@ * Contains the internal GC interface. * * Copyright: Copyright Digital Mars 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly, Jeremy DeHaan */ diff --git a/src/gc/impl/conservative/gc.d b/src/gc/impl/conservative/gc.d index 448464d99d..d9b51004a7 100644 --- a/src/gc/impl/conservative/gc.d +++ b/src/gc/impl/conservative/gc.d @@ -2,7 +2,7 @@ * Contains the garbage collector implementation. * * Copyright: Copyright Digital Mars 2001 - 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, David Friedman, Sean Kelly */ diff --git a/src/gc/impl/manual/gc.d b/src/gc/impl/manual/gc.d index 7cc5bf5d10..3bcde758e3 100644 --- a/src/gc/impl/manual/gc.d +++ b/src/gc/impl/manual/gc.d @@ -14,7 +14,7 @@ * GC. * * Copyright: Copyright Sean Kelly 2005 - 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly */ diff --git a/src/gc/os.d b/src/gc/os.d index f5eae0eb74..39aac1ae1f 100644 --- a/src/gc/os.d +++ b/src/gc/os.d @@ -2,7 +2,7 @@ * Contains OS-level routines needed by the garbage collector. * * Copyright: Copyright Digital Mars 2005 - 2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, David Friedman, Sean Kelly, Leandro Lucarella */ diff --git a/src/gc/pooltable.d b/src/gc/pooltable.d index 74d26eb8ee..3f99347d12 100644 --- a/src/gc/pooltable.d +++ b/src/gc/pooltable.d @@ -2,7 +2,7 @@ * A sorted array to quickly lookup pools. * * Copyright: Copyright Digital Mars 2001 -. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, David Friedman, Sean Kelly, Martin Nowak */ module gc.pooltable; diff --git a/src/gc/proxy.d b/src/gc/proxy.d index c86cc78945..afe09a13c0 100644 --- a/src/gc/proxy.d +++ b/src/gc/proxy.d @@ -2,7 +2,7 @@ * Contains the external GC interface. * * Copyright: Copyright Digital Mars 2005 - 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ diff --git a/src/object.d b/src/object.d index c881508a47..37d4697a5d 100644 --- a/src/object.d +++ b/src/object.d @@ -4,7 +4,7 @@ * imported. * * Copyright: Copyright Digital Mars 2000 - 2011. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ diff --git a/src/rt/aApply.d b/src/rt/aApply.d index ef08fa9148..7530e0dcb5 100644 --- a/src/rt/aApply.d +++ b/src/rt/aApply.d @@ -4,7 +4,7 @@ * of those. * * Copyright: Copyright Digital Mars 2004 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright * Source: $(DRUNTIMESRC src/rt/_aApply.d) */ diff --git a/src/rt/aApplyR.d b/src/rt/aApplyR.d index 130fd2d555..e83db25b30 100644 --- a/src/rt/aApplyR.d +++ b/src/rt/aApplyR.d @@ -4,7 +4,7 @@ * of those. * * Copyright: Copyright Digital Mars 2004 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ diff --git a/src/rt/aaA.d b/src/rt/aaA.d index cd4f310ace..d06cdbcc66 100644 --- a/src/rt/aaA.d +++ b/src/rt/aaA.d @@ -2,7 +2,7 @@ * Implementation of associative arrays. * * Copyright: Copyright Digital Mars 2000 - 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module rt.aaA; diff --git a/src/rt/backtrace/dwarf.d b/src/rt/backtrace/dwarf.d index 139c09b9ff..db93aa0ff2 100644 --- a/src/rt/backtrace/dwarf.d +++ b/src/rt/backtrace/dwarf.d @@ -5,7 +5,7 @@ * Reference: http://www.dwarfstd.org/ * * Copyright: Copyright Digital Mars 2015 - 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Yazan Dabain, Sean Kelly * Source: $(DRUNTIMESRC src/rt/backtrace/dwarf.d) */ diff --git a/src/rt/backtrace/elf.d b/src/rt/backtrace/elf.d index 2ece953bc4..f471b857e3 100644 --- a/src/rt/backtrace/elf.d +++ b/src/rt/backtrace/elf.d @@ -4,7 +4,7 @@ * Reference: http://www.dwarfstd.org/ * * Copyright: Copyright Digital Mars 2015 - 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Yazan Dabain * Source: $(DRUNTIMESRC src/rt/backtrace/elf.d) */ diff --git a/src/rt/cast_.d b/src/rt/cast_.d index 158c045329..262b4c8284 100644 --- a/src/rt/cast_.d +++ b/src/rt/cast_.d @@ -2,7 +2,7 @@ * Implementation of array assignment support routines. * * Copyright: Copyright Digital Mars 2004 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ diff --git a/src/rt/cmath2.d b/src/rt/cmath2.d index fe0de188d0..b81a6dc31e 100644 --- a/src/rt/cmath2.d +++ b/src/rt/cmath2.d @@ -2,7 +2,7 @@ * Runtime support for complex arithmetic code generation (for Posix). * * Copyright: Copyright Digital Mars 2001 - 2011. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ diff --git a/src/rt/critical_.d b/src/rt/critical_.d index c2ef822090..dff3e207d5 100644 --- a/src/rt/critical_.d +++ b/src/rt/critical_.d @@ -2,7 +2,7 @@ * Implementation of support routines for synchronized blocks. * * Copyright: Copyright Digital Mars 2000 - 2011. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly */ diff --git a/src/rt/dylib_fixes.c b/src/rt/dylib_fixes.c index 7bcf34b01c..e484fed7fb 100644 --- a/src/rt/dylib_fixes.c +++ b/src/rt/dylib_fixes.c @@ -2,7 +2,7 @@ * OS X support for dynamic libraries. * * Copyright: Copyright Digital Mars 2010 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/invariant.d b/src/rt/invariant.d index 4dddfad38d..a350f4123a 100644 --- a/src/rt/invariant.d +++ b/src/rt/invariant.d @@ -2,7 +2,7 @@ * Implementation of invariant support routines. * * Copyright: Copyright Digital Mars 2007 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/memset.d b/src/rt/memset.d index 7d9ac97db4..5ecdf4b292 100644 --- a/src/rt/memset.d +++ b/src/rt/memset.d @@ -2,7 +2,7 @@ * Contains a memset implementation used by compiler-generated code. * * Copyright: Copyright Digital Mars 2004 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/minit.asm b/src/rt/minit.asm index 64a307fdf2..1b86f287b0 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 www.boost.org/LICENSE_1_0.txt, Boost License 1.0). +; License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). ; Authors: Walter Bright ; ; Copyright Digital Mars 2000 - 2010. diff --git a/src/rt/monitor_.d b/src/rt/monitor_.d index 6f04c59c94..6a3f9db0f6 100644 --- a/src/rt/monitor_.d +++ b/src/rt/monitor_.d @@ -2,7 +2,7 @@ * Contains the implementation for object monitors. * * Copyright: Copyright Digital Mars 2000 - 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly, Martin Nowak */ module rt.monitor_; diff --git a/src/rt/obj.d b/src/rt/obj.d index 97dfbb595b..ad669177bf 100644 --- a/src/rt/obj.d +++ b/src/rt/obj.d @@ -2,7 +2,7 @@ * Contains object comparator functions called by generated code. * * Copyright: Copyright Digital Mars 2002 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/qsort.d b/src/rt/qsort.d index 6c3e71c35c..9e553b24d9 100644 --- a/src/rt/qsort.d +++ b/src/rt/qsort.d @@ -3,7 +3,7 @@ * qsort(). * * Copyright: Copyright Digital Mars 2000 - 2010. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Martin Nowak */ diff --git a/src/rt/sections_android.d b/src/rt/sections_android.d index 6193b618cc..c1a3beec7f 100644 --- a/src/rt/sections_android.d +++ b/src/rt/sections_android.d @@ -3,7 +3,7 @@ * This module provides bionic-specific support for sections. * * Copyright: Copyright Martin Nowak 2012-2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC src/rt/_sections_android.d) */ diff --git a/src/rt/sections_elf_shared.d b/src/rt/sections_elf_shared.d index 9e2a1b2903..df9cf79f59 100644 --- a/src/rt/sections_elf_shared.d +++ b/src/rt/sections_elf_shared.d @@ -3,7 +3,7 @@ * This module provides ELF-specific support for sections with shared libraries. * * Copyright: Copyright Martin Nowak 2012-2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC src/rt/_sections_linux.d) */ diff --git a/src/rt/sections_solaris.d b/src/rt/sections_solaris.d index ec608db132..e609d72da6 100644 --- a/src/rt/sections_solaris.d +++ b/src/rt/sections_solaris.d @@ -3,7 +3,7 @@ * This module provides Solaris-specific support for sections. * * Copyright: Copyright Martin Nowak 2012-2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC src/rt/_sections_solaris.d) */ diff --git a/src/rt/tlsgc.d b/src/rt/tlsgc.d index e7e823d6b8..16c3936203 100644 --- a/src/rt/tlsgc.d +++ b/src/rt/tlsgc.d @@ -1,7 +1,7 @@ /** * * Copyright: Copyright Digital Mars 2011 - 2012. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ diff --git a/src/rt/typeinfo/ti_Acdouble.d b/src/rt/typeinfo/ti_Acdouble.d index 90020300bc..48107f9ab1 100644 --- a/src/rt/typeinfo/ti_Acdouble.d +++ b/src/rt/typeinfo/ti_Acdouble.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Acfloat.d b/src/rt/typeinfo/ti_Acfloat.d index 0038fbc679..36db0225d6 100644 --- a/src/rt/typeinfo/ti_Acfloat.d +++ b/src/rt/typeinfo/ti_Acfloat.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Acreal.d b/src/rt/typeinfo/ti_Acreal.d index f9346f4277..4473e126ce 100644 --- a/src/rt/typeinfo/ti_Acreal.d +++ b/src/rt/typeinfo/ti_Acreal.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Adouble.d b/src/rt/typeinfo/ti_Adouble.d index e161e09a7f..af458eeffc 100644 --- a/src/rt/typeinfo/ti_Adouble.d +++ b/src/rt/typeinfo/ti_Adouble.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Afloat.d b/src/rt/typeinfo/ti_Afloat.d index a03faf4097..6c784fd4a6 100644 --- a/src/rt/typeinfo/ti_Afloat.d +++ b/src/rt/typeinfo/ti_Afloat.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Ag.d b/src/rt/typeinfo/ti_Ag.d index e9ededeb05..a1e449d4bb 100644 --- a/src/rt/typeinfo/ti_Ag.d +++ b/src/rt/typeinfo/ti_Ag.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Aint.d b/src/rt/typeinfo/ti_Aint.d index 52174e999f..bb2929e8b3 100644 --- a/src/rt/typeinfo/ti_Aint.d +++ b/src/rt/typeinfo/ti_Aint.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Along.d b/src/rt/typeinfo/ti_Along.d index ca0853a742..c39bb2bd49 100644 --- a/src/rt/typeinfo/ti_Along.d +++ b/src/rt/typeinfo/ti_Along.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Areal.d b/src/rt/typeinfo/ti_Areal.d index b2b4d143f4..5c3ea41004 100644 --- a/src/rt/typeinfo/ti_Areal.d +++ b/src/rt/typeinfo/ti_Areal.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_Ashort.d b/src/rt/typeinfo/ti_Ashort.d index e5a2d4b8c0..aebd3bec8e 100644 --- a/src/rt/typeinfo/ti_Ashort.d +++ b/src/rt/typeinfo/ti_Ashort.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_C.d b/src/rt/typeinfo/ti_C.d index 8bfae7901e..19173d5f28 100644 --- a/src/rt/typeinfo/ti_C.d +++ b/src/rt/typeinfo/ti_C.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_byte.d b/src/rt/typeinfo/ti_byte.d index 6b0f310851..af763ca8cb 100644 --- a/src/rt/typeinfo/ti_byte.d +++ b/src/rt/typeinfo/ti_byte.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_cdouble.d b/src/rt/typeinfo/ti_cdouble.d index 15bec35251..426e585b0b 100644 --- a/src/rt/typeinfo/ti_cdouble.d +++ b/src/rt/typeinfo/ti_cdouble.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_cent.d b/src/rt/typeinfo/ti_cent.d index 2898ab8e96..5231765f3b 100644 --- a/src/rt/typeinfo/ti_cent.d +++ b/src/rt/typeinfo/ti_cent.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_cfloat.d b/src/rt/typeinfo/ti_cfloat.d index 3b82f04d0d..cc5b2931dd 100644 --- a/src/rt/typeinfo/ti_cfloat.d +++ b/src/rt/typeinfo/ti_cfloat.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_char.d b/src/rt/typeinfo/ti_char.d index ba3841792c..8b68cb7bc3 100644 --- a/src/rt/typeinfo/ti_char.d +++ b/src/rt/typeinfo/ti_char.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_creal.d b/src/rt/typeinfo/ti_creal.d index b77429cf89..5a1579981a 100644 --- a/src/rt/typeinfo/ti_creal.d +++ b/src/rt/typeinfo/ti_creal.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_dchar.d b/src/rt/typeinfo/ti_dchar.d index 2d4354c18a..ad5afaca24 100644 --- a/src/rt/typeinfo/ti_dchar.d +++ b/src/rt/typeinfo/ti_dchar.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_delegate.d b/src/rt/typeinfo/ti_delegate.d index c5ed001e56..444e50a395 100644 --- a/src/rt/typeinfo/ti_delegate.d +++ b/src/rt/typeinfo/ti_delegate.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_double.d b/src/rt/typeinfo/ti_double.d index 8aa281f11b..421a19b22c 100644 --- a/src/rt/typeinfo/ti_double.d +++ b/src/rt/typeinfo/ti_double.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_float.d b/src/rt/typeinfo/ti_float.d index 60837d1c96..27a54bc982 100644 --- a/src/rt/typeinfo/ti_float.d +++ b/src/rt/typeinfo/ti_float.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_idouble.d b/src/rt/typeinfo/ti_idouble.d index f06854917d..9820cabec8 100644 --- a/src/rt/typeinfo/ti_idouble.d +++ b/src/rt/typeinfo/ti_idouble.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_ifloat.d b/src/rt/typeinfo/ti_ifloat.d index 062b3f466b..c16358522b 100644 --- a/src/rt/typeinfo/ti_ifloat.d +++ b/src/rt/typeinfo/ti_ifloat.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_int.d b/src/rt/typeinfo/ti_int.d index b0418c06fc..1e21d8b515 100644 --- a/src/rt/typeinfo/ti_int.d +++ b/src/rt/typeinfo/ti_int.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_ireal.d b/src/rt/typeinfo/ti_ireal.d index c1334f7a7c..6d7dd18e4f 100644 --- a/src/rt/typeinfo/ti_ireal.d +++ b/src/rt/typeinfo/ti_ireal.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_long.d b/src/rt/typeinfo/ti_long.d index 4328a23a9c..6a16b1d3cc 100644 --- a/src/rt/typeinfo/ti_long.d +++ b/src/rt/typeinfo/ti_long.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_n.d b/src/rt/typeinfo/ti_n.d index 7c068109db..b6a907d3ed 100644 --- a/src/rt/typeinfo/ti_n.d +++ b/src/rt/typeinfo/ti_n.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Kenji Hara */ diff --git a/src/rt/typeinfo/ti_ptr.d b/src/rt/typeinfo/ti_ptr.d index a23511a6fd..7d4e069d90 100644 --- a/src/rt/typeinfo/ti_ptr.d +++ b/src/rt/typeinfo/ti_ptr.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_real.d b/src/rt/typeinfo/ti_real.d index 77ae126511..642f0da0a0 100644 --- a/src/rt/typeinfo/ti_real.d +++ b/src/rt/typeinfo/ti_real.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_short.d b/src/rt/typeinfo/ti_short.d index f636fc3af3..5928bc46c6 100644 --- a/src/rt/typeinfo/ti_short.d +++ b/src/rt/typeinfo/ti_short.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_ubyte.d b/src/rt/typeinfo/ti_ubyte.d index 97b902ab07..10e8a164c3 100644 --- a/src/rt/typeinfo/ti_ubyte.d +++ b/src/rt/typeinfo/ti_ubyte.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_ucent.d b/src/rt/typeinfo/ti_ucent.d index e5f95cf963..a5f4a86b6d 100644 --- a/src/rt/typeinfo/ti_ucent.d +++ b/src/rt/typeinfo/ti_ucent.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2015. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_uint.d b/src/rt/typeinfo/ti_uint.d index 6cd523ba2a..73e5cd4d6a 100644 --- a/src/rt/typeinfo/ti_uint.d +++ b/src/rt/typeinfo/ti_uint.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_ulong.d b/src/rt/typeinfo/ti_ulong.d index fc87ce5753..ab1e4629c4 100644 --- a/src/rt/typeinfo/ti_ulong.d +++ b/src/rt/typeinfo/ti_ulong.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_ushort.d b/src/rt/typeinfo/ti_ushort.d index ae24656432..152b42426a 100644 --- a/src/rt/typeinfo/ti_ushort.d +++ b/src/rt/typeinfo/ti_ushort.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_void.d b/src/rt/typeinfo/ti_void.d index 28e8c15a06..759c6bc4cb 100644 --- a/src/rt/typeinfo/ti_void.d +++ b/src/rt/typeinfo/ti_void.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/typeinfo/ti_wchar.d b/src/rt/typeinfo/ti_wchar.d index 3e2fba9b3b..da27c2870a 100644 --- a/src/rt/typeinfo/ti_wchar.d +++ b/src/rt/typeinfo/ti_wchar.d @@ -2,7 +2,7 @@ * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright */ diff --git a/src/rt/util/container/array.d b/src/rt/util/container/array.d index b7ec0cab3e..27bbd69f31 100644 --- a/src/rt/util/container/array.d +++ b/src/rt/util/container/array.d @@ -2,7 +2,7 @@ * Array container for internal usage. * * Copyright: Copyright Martin Nowak 2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module rt.util.container.array; diff --git a/src/rt/util/container/common.d b/src/rt/util/container/common.d index 45d096b65d..bc5886050d 100644 --- a/src/rt/util/container/common.d +++ b/src/rt/util/container/common.d @@ -2,7 +2,7 @@ * Common code for writing containers. * * Copyright: Copyright Martin Nowak 2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module rt.util.container.common; diff --git a/src/rt/util/container/hashtab.d b/src/rt/util/container/hashtab.d index c0a7c847ae..697beeab70 100644 --- a/src/rt/util/container/hashtab.d +++ b/src/rt/util/container/hashtab.d @@ -2,7 +2,7 @@ * HashTab container for internal usage. * * Copyright: Copyright Martin Nowak 2013. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module rt.util.container.hashtab; diff --git a/src/rt/util/container/treap.d b/src/rt/util/container/treap.d index d252d36477..840368cea9 100644 --- a/src/rt/util/container/treap.d +++ b/src/rt/util/container/treap.d @@ -2,7 +2,7 @@ * Treap container for internal usage. * * Copyright: Copyright Digital Mars 2014 - 2014. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module rt.util.container.treap; diff --git a/src/rt/util/hash.d b/src/rt/util/hash.d index 803f73efbd..fd0ec5bd14 100644 --- a/src/rt/util/hash.d +++ b/src/rt/util/hash.d @@ -2,7 +2,7 @@ * The default hash implementation. * * Copyright: Copyright Sean Kelly 2009 - 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly * Source: $(DRUNTIMESRC src/rt/util/_hash.d) */ diff --git a/src/rt/util/random.d b/src/rt/util/random.d index 69e4cfe2ee..6747103fe2 100644 --- a/src/rt/util/random.d +++ b/src/rt/util/random.d @@ -2,7 +2,7 @@ * Random number generators for internal usage. * * Copyright: Copyright Digital Mars 2014. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module rt.util.random; diff --git a/src/rt/util/utf.d b/src/rt/util/utf.d index 94833e63c8..8c0eed2be1 100644 --- a/src/rt/util/utf.d +++ b/src/rt/util/utf.d @@ -14,7 +14,7 @@ * $(LINK http://anubis.dkuug.dk/JTC1/SC2/WG2/docs/n1335) * * Copyright: Copyright Digital Mars 2003 - 2016. - * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). + * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly * Source: $(DRUNTIMESRC src/rt/util/_utf.d) */