Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit acf088a

Browse files
committed
Add website link to author name for Jonathan M Davis.
1 parent f102bf1 commit acf088a

File tree

10 files changed

+24
-28
lines changed

10 files changed

+24
-28
lines changed

src/core/exception.d

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/**
2-
* The exception module defines all system-level exceptions and provides a
3-
* mechanism to alter system-level error handling.
4-
*
5-
* Copyright: Copyright Sean Kelly 2005 - 2013.
6-
* License: Distributed under the
7-
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
8-
* (See accompanying file LICENSE)
9-
* Authors: Sean Kelly and Jonathan M Davis
10-
* Source: $(DRUNTIMESRC core/_exception.d)
2+
The exception module defines all system-level exceptions and provides a
3+
mechanism to alter system-level error handling.
4+
5+
Copyright: Copyright Sean Kelly 2005 - 2013.
6+
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
7+
Authors: Sean Kelly and $(HTTP jmdavisprog.com, Jonathan M Davis)
8+
Source: $(DRUNTIMESRC core/_exception.d)
119
*/
1210
module core.exception;
1311

src/core/sys/darwin/netinet/in_.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: Copyright 2017 -
77
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8-
Authors: Jonathan M Davis
8+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
99
+/
1010
module core.sys.darwin.netinet.in_;
1111

src/core/sys/dragonflybsd/netinet/in_.d

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/**
2-
* D header file for DragonFlyBSD's extensions to POSIX's netinet/in.h.
3-
*
4-
* Copyright: Copyright 2017 -
5-
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6-
* Authors: Jonathan M Davis, Diederik de Groot(port:DragonFlyBSD)
7-
* Copied: From core/sys/freebsd/sys
2+
D header file for DragonFlyBSD's extensions to POSIX's netinet/in.h.
3+
4+
Copyright: Copyright 2017 -
5+
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Diederik de Groot
87
*/
98
module core.sys.dragonflybsd.netinet.in_;
109

src/core/sys/dragonflybsd/time.d

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/**
2-
* D header file for DragonFlyBSD's extensions to POSIX's time.h.
3-
*
4-
* Copyright: Copyright 2014
5-
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6-
* Authors: Jonathan M Davis,Diederik de Groot(port:DragonFlyBSD)
7-
* Copied: From core/sys/freebsd/sys
2+
D header file for DragonFlyBSD's extensions to POSIX's time.h.
3+
4+
Copyright: Copyright 2014
5+
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Diederik de Groot
87
*/
98
module core.sys.dragonflybsd.time;
109

src/core/sys/freebsd/netinet/in_.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: Copyright 2017 -
77
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8-
Authors: Jonathan M Davis
8+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
99
+/
1010
module core.sys.freebsd.netinet.in_;
1111

src/core/sys/freebsd/time.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: Copyright 2014
77
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8-
Authors: Jonathan M Davis
8+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
99
+/
1010
module core.sys.freebsd.time;
1111

src/core/sys/linux/netinet/in_.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: Copyright 2017 -
77
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8-
Authors: Jonathan M Davis
8+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
99
+/
1010
module core.sys.linux.netinet.in_;
1111

src/core/sys/linux/time.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: Copyright 2014
77
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8-
Authors: Jonathan M Davis
8+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
99
+/
1010
module core.sys.linux.time;
1111

src/core/sys/netbsd/time.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: Copyright 2014
77
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8-
Authors: Jonathan M Davis
8+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
99
1010
http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/time.h
1111
+/

src/core/time.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
7171
Copyright: Copyright 2010 - 2012
7272
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
73-
Authors: Jonathan M Davis and Kato Shoichi
73+
Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Kato Shoichi
7474
Source: $(DRUNTIMESRC core/_time.d)
7575
Macros:
7676
NBSP= 

0 commit comments

Comments
 (0)