File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .TH DMD 1 "2011-02-22" "Digital Mars " "Digital Mars D "
1+ .TH DMD 1 "2011-02-22" "D Language Foundation " "D Language Foundation "
22.SH NAME
33dmd \- Digital Mars D2.x Compiler
44.SH SYNOPSIS
@@ -239,10 +239,10 @@ does it. I don't know if this is an issue or not.
239239.PP
240240The compiler sometimes gets the line number wrong on an error.
241241.SH AUTHOR
242- Copyright (c) 1999-2016 by Digital Mars written by Walter Bright
242+ Copyright (c) 1999-2017 by D Language Foundation written by Walter Bright
243243.SH "ONLINE DOCUMENTATION"
244- .UR http ://www.digitalmars.com/d/index .html
245- http ://www.digitalmars.com/d/index .html
244+ .UR https ://dlang.org/dmd .html
245+ https ://dlang.org/dmd .html
246246.UE
247247.SH "SEE ALSO"
248248.BR dmd.conf (5)
Original file line number Diff line number Diff line change 11name "dmd"
22description "The DMD compiler"
33authors "Walter Bright"
4- copyright "Copyright © 1999-2017, Digital Mars "
4+ copyright "Copyright © 1999-2017, D Language Foundation "
55license "BSL-1.0"
66
77targetType "none"
Original file line number Diff line number Diff line change @@ -602,15 +602,15 @@ typedef int SYMIDX; // symbol table index
602602#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001 Digital Mars"
603603#else
604604#ifdef DEBUG
605- #define COPYRIGHT "Copyright (C) Digital Mars 2000-2016. All Rights Reserved.\n\
605+ #define COPYRIGHT "Copyright (C) D Language Foundation 2000-2016. All Rights Reserved.\n\
606606Written by Walter Bright\n\
607607*****BETA TEST VERSION*****"
608608#else
609609#if __linux__
610- #define COPYRIGHT "Copyright (C) Digital Mars 2000-2016. All Rights Reserved.\n\
610+ #define COPYRIGHT "Copyright (C) D Language Foundation 2000-2016. All Rights Reserved.\n\
611611Written by Walter Bright, Linux version by Pat Nelson"
612612#else
613- #define COPYRIGHT "Copyright (C) Digital Mars 2000-2016. All Rights Reserved.\n\
613+ #define COPYRIGHT "Copyright (C) D Language Foundation Mars 2000-2016. All Rights Reserved.\n\
614614Written by Walter Bright"
615615#endif
616616#endif
Original file line number Diff line number Diff line change 11/**
22 * Compiler implementation of the $(LINK2 http://www.dlang.org, D programming language)
33 *
4- * Copyright: Copyright (c) 1999-2017 by Digital Mars , All Rights Reserved
4+ * Copyright: Copyright (c) 1999-2017 by D Language Foundation , All Rights Reserved
55 * Authors: Walter Bright, http://www.digitalmars.com
66 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
77 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/cppmanglewin.d, _cppmanglewin.d)
Original file line number Diff line number Diff line change 22 * Compiler implementation of the
33 * $(LINK2 http://www.dlang.org, D programming language).
44 *
5- * Copyright: Copyright (c) 1999-2017 by Digital Mars , All Rights Reserved
5+ * Copyright: Copyright (c) 1999-2017 by D Language Foundation , All Rights Reserved
66 * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
77 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
88 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/dsymbolsem.d, _dsymbolsem.d)
Original file line number Diff line number Diff line change 22 * Compiler implementation of the
33 * $(LINK2 http://www.dlang.org, D programming language).
44 *
5- * Copyright: Copyright (c) 1999-2017 by Digital Mars , All Rights Reserved
5+ * Copyright: Copyright (c) 1999-2017 by D Language Foundation , All Rights Reserved
66 * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
77 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
88 * Source: $(DMDSRC _expression.d)
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ struct Global
355355 {
356356 static assert (0 , " fix this" );
357357 }
358- copyright = " Copyright (c) 1999-2017 by Digital Mars " ;
358+ copyright = " Copyright (c) 1999-2017 by D Language Foundation " ;
359359 written = " written by Walter Bright" ;
360360 _version = (import (" VERSION" ) ~ ' \0 ' ).ptr;
361361 compiler.vendor = " Digital Mars D" ;
Original file line number Diff line number Diff line change 22 * Compiler implementation of the
33 * $(LINK2 http://www.dlang.org, D programming language).
44 *
5- * Copyright: Copyright (c) 1999-2017 by Digital Mars , All Rights Reserved
5+ * Copyright: Copyright (c) 1999-2017 by D Language Foundation , All Rights Reserved
66 * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
77 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
88 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/initsem.d, _initsem.d)
Original file line number Diff line number Diff line change 11
22/* Compiler implementation of the D programming language
3- * Copyright (c) 1999-2016 by Digital Mars
3+ * Copyright (c) 1999-2016 by D Language Foundation
44 * All Rights Reserved
55 * written by Walter Bright
66 * http://www.digitalmars.com
Original file line number Diff line number Diff line change 22 * Compiler implementation of the
33 * $(LINK2 http://www.dlang.org, D programming language).
44 *
5- * Copyright: Copyright (c) 1999-2017 by Digital Mars , All Rights Reserved
5+ * Copyright: Copyright (c) 1999-2017 by D Language Foundation , All Rights Reserved
66 * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
77 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
88 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/semantic.d, _semantic.d)
You can’t perform that action at this time.
0 commit comments