Skip to content

Commit cb457e9

Browse files
committed
Reassign copyright from Digital Mars to D Language Foundation (manual)
1 parent a8a9fb9 commit cb457e9

16 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/man/man1/dmd.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
dmd \- 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
240240
The 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)

dub.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name "dmd"
22
description "The DMD compiler"
33
authors "Walter Bright"
4-
copyright "Copyright © 1999-2017, Digital Mars"
4+
copyright "Copyright © 1999-2017, D Language Foundation"
55
license "BSL-1.0"
66

77
targetType "none"

src/ddmd/backend/cdef.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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\
606606
Written 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\
611611
Written 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\
614614
Written by Walter Bright"
615615
#endif
616616
#endif

src/ddmd/cppmanglewin.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)

src/ddmd/dsymbolsem.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)

src/ddmd/expressionsem.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)

src/ddmd/globals.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

src/ddmd/initsem.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)

src/ddmd/mars.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

src/ddmd/semantic.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)

0 commit comments

Comments
 (0)