Reassign copyright from Digital Mars to D Language Foundation#7004
Reassign copyright from Digital Mars to D Language Foundation#7004dlang-bot merged 2 commits intodlang:masterfrom
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
@wilzbach Are you still interested in pursuing this? I'm tempted to close it. I'm not sure why noone responded to it. Maybe it was too big to review. Could you maybe split in into pieces (e.g. frontend and backend, or some other) to make it easier to review? |
|
@wilzbach - I hope you didn't do this by hand... (Actually, it seems like this PR predates mine 😞) |
|
@JinShil - This is a trivial patch, don't close. @WalterBright - Ping. Are we good to do this? Anything legal to take care of? |
Of course not. Simple replacement over all file headers.
Absolutely, but as long as we don't have Walter's approval, it doesn't make sense to rebase this PR or switch to @ibuclaw's tool. |
|
No point bothering with this until we get an answer from gcc. |
|
@wilzbach please rebase |
1689ff0 to
cb457e9
Compare
Rebased & should be ready to go now :) |
src/ddmd/root/response.d
Outdated
| * after response file expansion. | ||
| * | ||
| * Digital Mars's MAKE program can be notified that a program can accept | ||
| * D Language Foundation's MAKE program can be notified that a program can accept |
There was a problem hiding this comment.
I think the MAKE program is still property of Digital Mars.
docs/man/man1/dmd.1
Outdated
| @@ -1,4 +1,4 @@ | |||
| .TH DMD 1 "2011-02-22" "Digital Mars" "Digital Mars D" | |||
| .TH DMD 1 "2011-02-22" "D Language Foundation" "D Language Foundation" | |||
There was a problem hiding this comment.
I think the precise wording should be "the D Language Foundation". See the bottom of http://dlang.org.
There was a problem hiding this comment.
Correct, our brand includes the "The".
There was a problem hiding this comment.
Ok. Should I just replace it for the man page or for all occurrences?
There was a problem hiding this comment.
For consistency, I say all.
18a9660 to
382736f
Compare
Ok. Done |
382736f to
b63b1db
Compare
#6771 (comment)