9 changes: 4 additions & 5 deletions src/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The D Programming Language
Compiler Front End Source
Copyright (c) 1999-2013, by Digital Mars
Copyright (c) 1999-2014, by Digital Mars
http://www.digitalmars.com/
All Rights Reserved

Expand All @@ -12,10 +12,9 @@ of the D Programming Language defined in the documents at
http://dlang.org/

These sources are free, they are redistributable and modifiable
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version (attached as gpl.txt),
or the Artistic License (attached as artistic.txt).
under the terms of the Boost Software License, Version 1.0.
The terms of this license are in the file boostlicense.txt,
or see http://www.boost.org/LICENSE_1_0.txt.

The optimizer and code generator sources are
covered under a separate license, backendlicense.txt.
Expand Down
2 changes: 1 addition & 1 deletion src/vcbuild/ldfpu.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; http://www.digitalmars.com
;; Distributed under the Boost Software License, Version 1.0.
;; http://www.boost.org/LICENSE_1_0.txt
;; https://github.com/D-Programming-Language/dmd/blob/master/src/test/UTFTest.cpp
;; https://github.com/D-Programming-Language/dmd/blob/master/src/vcbuild/ldfpu.asm

;; 80 bit floating point value implementation for Microsoft compiler

Expand Down
5 changes: 2 additions & 3 deletions src/win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.digitalmars.com
# Distributed under the Boost Software License, Version 1.0.
# http://www.boost.org/LICENSE_1_0.txt
# https://github.com/D-Programming-Language/dmd/blob/master/src/test/UTFTest.cpp
# https://github.com/D-Programming-Language/dmd/blob/master/src/win32.mak
#
# Dependencies:
#
Expand Down Expand Up @@ -322,9 +322,8 @@ install-copy:
$(CP) $(TKSRC) $(INSTALL)\src\dmd\tk
$(CP) $(BACKSRC) $(INSTALL)\src\dmd\backend
$(CP) $(MAKEFILES) $(INSTALL)\src\dmd
$(CP) gpl.txt $(INSTALL)\src\dmd\gpl.txt
$(CP) readme.txt $(INSTALL)\src\dmd\readme.txt
$(CP) artistic.txt $(INSTALL)\src\dmd\artistic.txt
$(CP) boostlicense.txt $(INSTALL)\src\dmd\boostlicense.txt
$(CP) backendlicense.txt $(INSTALL)\src\dmd\backendlicense.txt

install-clean:
Expand Down