comparison gcc/d/dmd/readme.txt @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 This is the source code to the DMD compiler
2 for the D Programming Language defined in the documents at
3 http://dlang.org/
4
5 These sources are free, they are redistributable and modifiable
6 under the terms of the Boost Software License, Version 1.0.
7 The terms of this license are in the file boostlicense.txt,
8 or see http://www.boost.org/LICENSE_1_0.txt.
9
10 If a particular file has a different license in it, that overrides
11 this license for that file.
12
13 -Walter Bright