1This is the source code to the DMD compiler 2for the D Programming Language defined in the documents at 3http://dlang.org/ 4 5These sources are free, they are redistributable and modifiable 6under the terms of the Boost Software License, Version 1.0. 7The terms of this license are in the file boostlicense.txt, 8or see http://www.boost.org/LICENSE_1_0.txt. 9 10If a particular file has a different license in it, that overrides 11this license for that file. 12 13-Walter Bright 14