Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/man/man1/dmd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DMD 1 "2011-02-22" "Digital Mars" "Digital Mars D"
.TH DMD 1 "2011-02-22" "The D Language Foundation" "The D Language Foundation"
.SH NAME
dmd \- Digital Mars D2.x Compiler
.SH SYNOPSIS
Expand Down Expand Up @@ -239,10 +239,10 @@ does it. I don't know if this is an issue or not.
.PP
The compiler sometimes gets the line number wrong on an error.
.SH AUTHOR
Copyright (c) 1999-2016 by Digital Mars written by Walter Bright
Copyright (c) 1999-2017 by The D Language Foundation written by Walter Bright
.SH "ONLINE DOCUMENTATION"
.UR http://www.digitalmars.com/d/index.html
http://www.digitalmars.com/d/index.html
.UR https://dlang.org/dmd.html
https://dlang.org/dmd.html
.UE
.SH "SEE ALSO"
.BR dmd.conf (5)
Expand Down
2 changes: 1 addition & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name "dmd"
description "The DMD compiler"
authors "Walter Bright"
copyright "Copyright © 1999-2017, Digital Mars"
copyright "Copyright © 1999-2017, The D Language Foundation"
license "BSL-1.0"

targetType "none"
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/access.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/access.d, _access.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/aggregate.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/aggregate.d, _aggregate.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/aggregate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Compiler implementation of the D programming language
* Copyright (c) 1999-2016 by Digital Mars
* Copyright (c) 1999-2016 by The D Language Foundation
* All Rights Reserved
* written by Walter Bright
* http://www.digitalmars.com
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/aliasthis.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/aliasthis.d, _aliasthis.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/aliasthis.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Compiler implementation of the D programming language
* Copyright (c) 2009-2014 by Digital Mars
* Copyright (c) 2009-2014 by The D Language Foundation
* All Rights Reserved
* written by Walter Bright
* http://www.digitalmars.com
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/apply.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/apply.d, _apply.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/argtypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/argtypes.d, _argtypes.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/arrayop.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/arrayop.d, _arrayop.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/arraytypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/arraytypes.d, _arraytypes.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/arraytypes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Compiler implementation of the D programming language
* Copyright (c) 2006-2014 by Digital Mars
* Copyright (c) 2006-2014 by The D Language Foundation
* All Rights Reserved
* written by Walter Bright
* http://www.digitalmars.com
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/asttypename.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Part of the Compiler implementation of the D programming language
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The The D Language Foundation, All Rights Reserved
* Authors: Stefan Koch
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/asttypename.d, _asttypename.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/attrib.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/attrib.d, _attrib.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/attrib.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/* Compiler implementation of the D programming language
* Copyright (c) 1999-2016 by Digital Mars
* Copyright (c) 1999-2016 by The D Language Foundation
* All Rights Reserved
* written by Walter Bright
* http://www.digitalmars.com
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/aa.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/aa.c, backend/aa.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/aa.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/aa.h, backend/aa.h)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/backconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright: Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/backconfig.c, backend/backconfig.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/blockopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1986-1997 by Symantec
* Copyright (c) 2000-2012 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2012 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/blockopt.c, backend/blockopt.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cc.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2012 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2012 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cc.d, backend/_cc.d)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cc.h, backend/cc.h)
Expand Down
10 changes: 5 additions & 5 deletions src/ddmd/backend/cdef.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cdef.d, backend/_cdef.d)
Expand Down Expand Up @@ -362,18 +362,18 @@ alias SYMIDX = int; // symbol table index
//#ifndef COPYRIGHT_SYMBOL
//#define COPYRIGHT_SYMBOL "\xA9"
//#endif
//#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001 Digital Mars"
//#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001 The D Language Foundation"
//#else
//#ifdef DEBUG
//#define COPYRIGHT "Copyright (C) Digital Mars 2000-2017. All Rights Reserved.\n\
//#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
//Written by Walter Bright\n\
//*****BETA TEST VERSION*****"
//#else
//#if __linux__
//#define COPYRIGHT "Copyright (C) Digital Mars 2000-2017. All Rights Reserved.\n\
//#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
//Written by Walter Bright, Linux version by Pat Nelson"
//#else
//#define COPYRIGHT "Copyright (C) Digital Mars 2000-2017. All Rights Reserved.\n\
//#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
//Written by Walter Bright"
//#endif
//#endif
Expand Down
10 changes: 5 additions & 5 deletions src/ddmd/backend/cdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cdef.h, backend/cdef.h)
Expand Down Expand Up @@ -599,18 +599,18 @@ typedef int SYMIDX; // symbol table index
#ifndef COPYRIGHT_SYMBOL
#define COPYRIGHT_SYMBOL "\xA9"
#endif
#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001 Digital Mars"
#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001-2017 The D Language Foundation"
#else
#ifdef DEBUG
#define COPYRIGHT "Copyright (C) Digital Mars 2000-2016. All Rights Reserved.\n\
#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
Written by Walter Bright\n\
*****BETA TEST VERSION*****"
#else
#if __linux__
#define COPYRIGHT "Copyright (C) Digital Mars 2000-2016. All Rights Reserved.\n\
#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
Written by Walter Bright, Linux version by Pat Nelson"
#else
#define COPYRIGHT "Copyright (C) Digital Mars 2000-2016. All Rights Reserved.\n\
#define COPYRIGHT "Copyright (C) The D Language Foundation Mars 2000-2017. All Rights Reserved.\n\
Written by Walter Bright"
#endif
#endif
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cg.c, backend/cg.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cg87.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1987-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cg87.c, backend/cg87.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgcod.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcod.c, backend/cgcod.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcs.c, backend/cgcs.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgcv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.c, backend/cgcv.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgcv.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.c, backend/cgcv.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgcv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.h, backend/cgcv.h)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgelem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgelem.c, backend/cgelem.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgen.c, backend/cgen.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgobj.c, backend/cgobj.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgreg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgreg.c, backend/cgreg.c)
Expand Down
2 changes: 1 addition & 1 deletion src/ddmd/backend/cgsched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1995-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgsched.c, backend/cgsched.c)
Expand Down
Loading