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

Commit

Permalink
Merge pull request #993 from Geod24/use-web-ddoc
Browse files Browse the repository at this point in the history
[DDOC] Use WEB macro for license, to stay consistent with Phobos
  • Loading branch information
MartinNowak committed Oct 16, 2014
2 parents 92da08c + 1a7f825 commit 2024ca6
Show file tree
Hide file tree
Showing 141 changed files with 141 additions and 143 deletions.
2 changes: 1 addition & 1 deletion src/core/internal/convert.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This module provides functions to converting different values to const(ubyte)[]
*
* Copyright: Copyright Igor Stepanov 2013-2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Igor Stepanov
* Source: $(DRUNTIMESRC core/internal/_convert.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/hash.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* This module provides functions to uniform calculating hash values for different types
*
* Copyright: Copyright Igor Stepanov 2013-2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Igor Stepanov
* Source: $(DRUNTIMESRC core/internal/_hash.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/internal/traits.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contains traits for runtime internal usage.
*
* Copyright: Copyright Digital Mars 2014 -.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
* Source: $(DRUNTIMESRC core/internal/_traits.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/math.d
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* GT = &gt;
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
* Don Clugston
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/simd.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Source: $(DRUNTIMESRC core/_simd.d)
*
* Copyright: Copyright Digital Mars 2012.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: $(WEB digitalmars.com, Walter Bright),
*/

Expand Down
4 changes: 1 addition & 3 deletions src/core/stdc/stdarg.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
* D header file for C99.
*
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: Distributed under the
* <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License 1.0</a>.
* (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
* License: $(WEB 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)
Expand Down
2 changes: 1 addition & 1 deletion src/core/sync/config.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* specific to this package.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
* Source: $(DRUNTIMESRC core/sync/_config.d)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/freebsd/dlfcn.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for FreeBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/
module core.sys.freebsd.dlfcn;
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/freebsd/sys/event.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for FreeBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/dyld.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright: Copyright Digital Mars 2010.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/getsect.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright: Copyright Digital Mars 2010.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Mar 16, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/kern_return.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/loader.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright: Copyright Digital Mars 2010.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/port.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/semaphore.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/mach/thread_act.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/osx/pthread.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/arpa/inet.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/config.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/dirent.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/dlfcn.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/fcntl.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/grp.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009, Sönke Ludwig 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/inttypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/net/if_.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/netdb.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright David Nadlinger 2011.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/netinet/in_.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/netinet/tcp.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/poll.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/pthread.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/pwd.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sched.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/semaphore.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/setjmp.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/stdlib.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/ioctl.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Alex Rønne Petersen 2011 - 2012.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/ipc.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/mman.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/resource.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright (c) 2013 Lars Tandle Kyllingstad.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/select.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/shm.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/socket.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/sys/posix/sys/stat.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* License: $(WEB 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
*/
Expand Down
Loading

0 comments on commit 2024ca6

Please sign in to comment.