Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
/ druntime Public archive
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
2 changes: 1 addition & 1 deletion src/core/threadasm.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Support code for mutithreading.
*
* Copyright: Copyright Mikola Lysenko 2005 - 2012.
* License: $(WEB http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Mikola Lysenko, Martin Nowak, Kai Nacke
*/

Expand Down
2 changes: 1 addition & 1 deletion src/rt/minit.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Module initialization support.
;
; Copyright: Copyright Digital Mars 2000 - 2010.
; License: $(WEB http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
; License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
; Authors: Walter Bright
;
; Copyright Digital Mars 2000 - 2010.
Expand Down